Searched refs:LookUpIdentifierInfo (Results 1 – 10 of 10) sorted by relevance
45 PP.LookUpIdentifierInfo(Tok); in TokenRewriter()
473 PP.LookUpIdentifierInfo(Tok); in SyntaxHighlight()563 PP.LookUpIdentifierInfo(Tok); in HighlightMacros()
81 PP.LookUpIdentifierInfo(RawTok); in LexRawTokensFromMainFile()
365 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()415 PP.LookUpIdentifierInfo(RawToken); in Process()
445 IdentifierInfo *II = LookUpIdentifierInfo(Tok); in HandlePragmaPoison()598 return LookUpIdentifierInfo(MacroTok); in ParsePragmaPushOrPopMacro()
920 PP.LookUpIdentifierInfo(LHSTok); in pasteTokens()
696 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo() function in Preprocessor
1670 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result); in LexIdentifier()2977 PP->LookUpIdentifierInfo(Result); in lexEditorPlaceholder()
1895 IdentifierInfo *LookUpIdentifierInfo(Token &Identifier) const;
6914 IdentifierInfo *II = CXXUnit->getPreprocessor().LookUpIdentifierInfo(Tok); in getTokens()