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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h33 static bool HandleDirective(MCAsmParserExtension *Target, function in class:llvm::MCAsmParserExtension
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp41 this, HandleDirective<WasmAsmParser, HandlerMethod>);
H A DCOFFMasmParser.cpp39 std::make_pair(this, HandleDirective<COFFMasmParser, HandlerMethod>);
H A DCOFFAsmParser.cpp38 this, HandleDirective<COFFAsmParser, HandlerMethod>);
H A DDarwinAsmParser.cpp49 this, HandleDirective<DarwinAsmParser, HandlerMethod>);
H A DELFAsmParser.cpp40 this, HandleDirective<ELFAsmParser, HandlerMethod>);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp3691 goto HandleDirective;
3882 goto HandleDirective;
3971 HandleDirective:
3975 PP->HandleDirective(Result);
H A DPPDirectives.cpp922 /// HandleDirective - This callback is invoked when the lexer sees a # token
926 void Preprocessor::HandleDirective(Token &Result) { function in class:Preprocessor
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1966 void HandleDirective(Token &Result);

Completed in 286 milliseconds