Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h34 static bool HandleDirective(MCAsmParserExtension *Target, in HandleDirective() function
/external/clang/lib/Lex/
DLexer.cpp3380 goto HandleDirective; in LexTokenInternal()
3546 goto HandleDirective; in LexTokenInternal()
3633 HandleDirective: in LexTokenInternal()
3637 PP->HandleDirective(Result); in LexTokenInternal()
DPTHLexer.cpp114 PP->HandleDirective(Tok); in Lex()
DPPDirectives.cpp755 void Preprocessor::HandleDirective(Token &Result) { in HandleDirective() function in Preprocessor
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp29 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
DCOFFAsmParser.cpp31 this, HandleDirective<COFFAsmParser, HandlerMethod>); in addDirectiveHandler()
DDarwinAsmParser.cpp36 this, HandleDirective<DarwinAsmParser, HandlerMethod>); in addDirectiveHandler()
/external/clang/include/clang/Lex/
DPreprocessor.h1572 void HandleDirective(Token &Result);