Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCAsmParser.h182 virtual void setParsingMSInlineAsm(bool V) = 0;
HDMCTargetAsmParser.h405 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/freebsd-head/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp250 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anonc800e6e80111::AsmParser
HDMasmParser.cpp521 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon6a7b09950111::MasmParser