Searched refs:HandleIdentifier (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp711 // won't be handled by Preprocessor::HandleIdentifier because this is coming
718 return PP.HandleIdentifier(Tok);
H A DPreprocessor.cpp792 /// HandleIdentifier - This callback is invoked when the lexer reads an
800 bool Preprocessor::HandleIdentifier(Token &Identifier) { function in class:Preprocessor
H A DLexer.cpp1699 return PP->HandleIdentifier(Result);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1929 bool HandleIdentifier(Token &Identifier);

Completed in 54 milliseconds