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

  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 40 PP.LookUpIdentifierInfo(Tok);
HTMLRewrite.cpp 386 PP.LookUpIdentifierInfo(Tok);
475 PP.LookUpIdentifierInfo(Tok);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 269 PP.LookUpIdentifierInfo(RawToken);
301 PP.LookUpIdentifierInfo(Tok);
386 PP.LookUpIdentifierInfo(RawToken);
444 PP.LookUpIdentifierInfo(RawToken);
RewriteMacros.cpp 82 PP.LookUpIdentifierInfo(RawTok);
  /external/clang/lib/Frontend/
CacheTokens.cpp 326 PP.LookUpIdentifierInfo(Tok);
356 IdentifierInfo* II = PP.LookUpIdentifierInfo(Tok);
379 PP.LookUpIdentifierInfo(Tok);
  /external/clang/lib/Lex/
Preprocessor.cpp 503 /// LookUpIdentifierInfo - Given a tok::raw_identifier token, look up the
506 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const {
TokenLexer.cpp 672 PP.LookUpIdentifierInfo(Tok);
    [all...]
Pragma.cpp 399 IdentifierInfo *II = LookUpIdentifierInfo(Tok);
551 return LookUpIdentifierInfo(MacroTok);
    [all...]
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 81 milliseconds