Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h183 virtual void setParsingMSInlineAsm(bool V) = 0;
H A DMCTargetAsmParser.h362 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp249 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anonf7e4d03d0111::AsmParser
H A DMasmParser.cpp505 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon96dc1d8a0111::MasmParser