Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DTokenLexer.cpp512 return PP.HandleIdentifier(Tok); in Lex()
DPTHLexer.cpp93 return PP->HandleIdentifier(Tok); in Lex()
DPreprocessor.cpp629 bool Preprocessor::HandleIdentifier(Token &Identifier) { in HandleIdentifier() function in Preprocessor
DLexer.cpp1535 return PP->HandleIdentifier(Result); in LexIdentifier()
/external/llvm-project/clang/lib/Lex/
DTokenLexer.cpp718 return PP.HandleIdentifier(Tok); in Lex()
DPreprocessor.cpp798 bool Preprocessor::HandleIdentifier(Token &Identifier) { in HandleIdentifier() function in Preprocessor
DLexer.cpp1701 return PP->HandleIdentifier(Result); in LexIdentifier()
/external/clang/include/clang/Lex/
DPreprocessor.h1581 bool HandleIdentifier(Token &Identifier);
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1943 bool HandleIdentifier(Token &Identifier);