Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp43 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFMasmParser.cpp34 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFAsmParser.cpp35 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DELFAsmParser.cpp39 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DDarwinAsmParser.cpp46 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h32 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.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()
H A DPPDirectives.cpp1199 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2317 void HandleDirective(Token &Result);