HomeSort by relevance Sort by last modified time
    Searched refs:HandleIdentifier (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Lex/
PTHLexer.cpp 93 return PP->HandleIdentifier(Tok);
TokenLexer.cpp 505 // won't be handled by Preprocessor::HandleIdentifier because this is coming
512 return PP.HandleIdentifier(Tok);
    [all...]
Preprocessor.cpp 618 /// HandleIdentifier - This callback is invoked when the lexer reads an
626 bool Preprocessor::HandleIdentifier(Token &Identifier) {
    [all...]
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 84 milliseconds