Home
last modified time | relevance | path

Searched refs:setParsingMSInlineAsm (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h182 virtual void setParsingMSInlineAsm(bool V) = 0;
H A DMCTargetAsmParser.h362 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp244 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anona6364a8a0111::AsmParser
H A DMasmParser.cpp494 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon0f5ce1770111::MasmParser