Home
last modified time | relevance | path

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

/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp250 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon42fec27f0111::AsmParser
H A DMasmParser.cpp521 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon4534580c0111::MasmParser