Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h33 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp3691 goto HandleDirective; in LexTokenInternal()
3882 goto HandleDirective; in LexTokenInternal()
3971 HandleDirective: in LexTokenInternal()
3975 PP->HandleDirective(Result); in LexTokenInternal()
H A DPPDirectives.cpp926 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1966 void HandleDirective(Token &Result);