Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DXCOFFAsmParser.cpp32 std::make_pair(this, HandleDirective<XCOFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DWasmAsmParser.cpp41 this, HandleDirective<WasmAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFMasmParser.cpp39 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>); in addDirectiveHandler()
H A DCOFFAsmParser.cpp38 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DELFAsmParser.cpp40 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
H A DDarwinAsmParser.cpp49 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h33 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3725 goto HandleDirective; in LexTokenInternal()
3916 goto HandleDirective; in LexTokenInternal()
4005 HandleDirective: in LexTokenInternal()
4009 PP->HandleDirective(Result); in LexTokenInternal()
H A DPPDirectives.cpp989 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1968 void HandleDirective(Token &Result);