Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h182 virtual void setParsingMSInlineAsm(bool V) = 0;
H A DMCTargetAsmParser.h388 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp599 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
600 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp239 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon4b9616090111::AsmParser
H A DMasmParser.cpp496 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon60b61cd60111::MasmParser