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 387 PP.LookUpIdentifierInfo(Tok);
476 PP.LookUpIdentifierInfo(Tok);
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 82 PP.LookUpIdentifierInfo(RawTok);
InclusionRewriter.cpp 242 PP.LookUpIdentifierInfo(RawToken);
284 PP.LookUpIdentifierInfo(RawToken);
  /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 392 IdentifierInfo *II = LookUpIdentifierInfo(Tok);
661 return LookUpIdentifierInfo(MacroTok);
    [all...]
Preprocessor.cpp 545 /// LookUpIdentifierInfo - Given a tok::raw_identifier token, look up the
548 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const {
TokenLexer.cpp 665 PP.LookUpIdentifierInfo(Tok);
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1586 milliseconds