Searched refs:HandleDirective (Results 1 - 8 of 8) sorted by path

/external/clang/include/clang/Lex/
H A DPreprocessor.h1262 void HandleDirective(Token &Result);
/external/clang/lib/Lex/
H A DLexer.cpp3374 goto HandleDirective;
3540 goto HandleDirective;
3627 HandleDirective:
3631 PP->HandleDirective(Result);
H A DPPDirectives.cpp673 /// HandleDirective - This callback is invoked when the lexer sees a # token
677 void Preprocessor::HandleDirective(Token &Result) { function in class:Preprocessor
H A DPTHLexer.cpp115 PP->HandleDirective(Tok);
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h34 static bool HandleDirective(MCAsmParserExtension *Target, function in class:llvm::MCAsmParserExtension
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp31 this, HandleDirective<COFFAsmParser, HandlerMethod>);
H A DDarwinAsmParser.cpp33 this, HandleDirective<DarwinAsmParser, HandlerMethod>);
H A DELFAsmParser.cpp29 this, HandleDirective<ELFAsmParser, HandlerMethod>);

Completed in 742 milliseconds