Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h183 virtual void setParsingMSInlineAsm(bool V) = 0;
H A DMCTargetAsmParser.h367 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp248 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon84a98b390111::AsmParser
H A DMasmParser.cpp502 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anonbc3838060111::MasmParser