Home
last modified time | relevance | path

Searched refs:HandleDirective (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDGOFFAsmParser.cpp19 std::make_pair(this, HandleDirective<GOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
HDXCOFFAsmParser.cpp25 std::make_pair(this, HandleDirective<XCOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
HDWasmAsmParser.cpp43 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
HDCOFFMasmParser.cpp34 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>); in addDirectiveHandler()
HDCOFFAsmParser.cpp35 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
HDELFAsmParser.cpp39 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
HDDarwinAsmParser.cpp46 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCAsmParserExtension.h32 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp4206 goto HandleDirective; in LexTokenInternal()
4395 goto HandleDirective; in LexTokenInternal()
4484 HandleDirective: in LexTokenInternal()
4488 PP->HandleDirective(Result); in LexTokenInternal()
4554 PP->HandleDirective(Result); in LexDependencyDirectiveToken()
HDPPDirectives.cpp1199 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h2317 void HandleDirective(Token &Result);