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

  /external/clang/lib/Rewrite/
TokenRewriter.cpp 40 PP.LookUpIdentifierInfo(Tok);
RewriteMacros.cpp 82 PP.LookUpIdentifierInfo(RawTok);
HTMLRewrite.cpp 387 PP.LookUpIdentifierInfo(Tok);
476 PP.LookUpIdentifierInfo(Tok);
  /external/clang/lib/Frontend/
CacheTokens.cpp 303 PP.LookUpIdentifierInfo(Tok);
333 IdentifierInfo* II = PP.LookUpIdentifierInfo(Tok);
356 PP.LookUpIdentifierInfo(Tok);
  /external/clang/lib/Lex/
Pragma.cpp 365 IdentifierInfo *II = LookUpIdentifierInfo(Tok);
679 return LookUpIdentifierInfo(MacroTok);
    [all...]
Preprocessor.cpp 446 /// LookUpIdentifierInfo - Given a tok::raw_identifier token, look up the
449 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const {
TokenLexer.cpp 611 PP.LookUpIdentifierInfo(Tok);
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1110 milliseconds