Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DGOFFAsmParser.cpp19 std::make_pair(this, HandleDirective<GOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DXCOFFAsmParser.cpp25 std::make_pair(this, HandleDirective<XCOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DWasmAsmParser.cpp41 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFMasmParser.cpp32 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFAsmParser.cpp35 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DELFAsmParser.cpp38 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DDarwinAsmParser.cpp46 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h32 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp4010 goto HandleDirective; in LexTokenInternal()
4201 goto HandleDirective; in LexTokenInternal()
4290 HandleDirective: in LexTokenInternal()
4294 PP->HandleDirective(Result); in LexTokenInternal()
4340 PP->HandleDirective(Result); in LexDependencyDirectiveToken()
H A DPPDirectives.cpp1130 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2146 void HandleDirective(Token &Result);