Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h182 virtual void setParsingMSInlineAsm(bool V) = 0;
H A DMCTargetAsmParser.h368 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp621 Parser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
622 TargetParser->setParsingMSInlineAsm(true); in ParseMicrosoftAsmStatement()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp248 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anone19baf360111::AsmParser
H A DMasmParser.cpp521 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anonb76edba30111::MasmParser