Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h182 virtual void setParsingMSInlineAsm(bool V) = 0;
H A DMCTargetAsmParser.h405 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp250 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon895679be0111::AsmParser
H A DMasmParser.cpp521 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon5682f72b0111::MasmParser