Home
last modified time | relevance | path

Searched refs:LookUpIdentifierInfo (Results 1 – 23 of 23) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp321 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()
353 PP.LookUpIdentifierInfo(Tok); in HandleHasInclude()
441 PP.LookUpIdentifierInfo(RawToken); in Process()
500 PP.LookUpIdentifierInfo(RawToken); in Process()
DRewriteMacros.cpp82 PP.LookUpIdentifierInfo(RawTok); in LexRawTokensFromMainFile()
/external/llvm-project/clang/lib/Rewrite/
DTokenRewriter.cpp45 PP.LookUpIdentifierInfo(Tok); in TokenRewriter()
DHTMLRewrite.cpp473 PP.LookUpIdentifierInfo(Tok); in SyntaxHighlight()
563 PP.LookUpIdentifierInfo(Tok); in HighlightMacros()
/external/clang/lib/Rewrite/
DTokenRewriter.cpp40 PP.LookUpIdentifierInfo(Tok); in TokenRewriter()
DHTMLRewrite.cpp386 PP.LookUpIdentifierInfo(Tok); in SyntaxHighlight()
475 PP.LookUpIdentifierInfo(Tok); in HighlightMacros()
/external/clang/lib/Frontend/
DCacheTokens.cpp327 PP.LookUpIdentifierInfo(Tok); in LexTokens()
357 IdentifierInfo* II = PP.LookUpIdentifierInfo(Tok); in LexTokens()
380 PP.LookUpIdentifierInfo(Tok); in LexTokens()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp81 PP.LookUpIdentifierInfo(RawTok); in LexRawTokensFromMainFile()
DInclusionRewriter.cpp365 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()
415 PP.LookUpIdentifierInfo(RawToken); in Process()
/external/clang/lib/Lex/
DPragma.cpp402 IdentifierInfo *II = LookUpIdentifierInfo(Tok); in HandlePragmaPoison()
554 return LookUpIdentifierInfo(MacroTok); in ParsePragmaPushOrPopMacro()
DTokenLexer.cpp697 PP.LookUpIdentifierInfo(Tok); in PasteTokens()
DPreprocessor.cpp546 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo() function in Preprocessor
DLexer.cpp1530 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result); in LexIdentifier()
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp200 PP.LookUpIdentifierInfo(SynthesizedIncludeTok); in replay()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp445 IdentifierInfo *II = LookUpIdentifierInfo(Tok); in HandlePragmaPoison()
598 return LookUpIdentifierInfo(MacroTok); in ParsePragmaPushOrPopMacro()
DTokenLexer.cpp920 PP.LookUpIdentifierInfo(LHSTok); in pasteTokens()
DPreprocessor.cpp700 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo() function in Preprocessor
DLexer.cpp1670 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result); in LexIdentifier()
2975 PP->LookUpIdentifierInfo(Result); in lexEditorPlaceholder()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp1220 PP.LookUpIdentifierInfo(TheTok); in getMacroExpansionInfo()
/external/clang/include/clang/Lex/
DPreprocessor.h1528 IdentifierInfo *LookUpIdentifierInfo(Token &Identifier) const;
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1890 IdentifierInfo *LookUpIdentifierInfo(Token &Identifier) const;
/external/clang/tools/libclang/
DCIndex.cpp6083 = CXXUnit->getPreprocessor().LookUpIdentifierInfo(Tok); in getTokens()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6862 IdentifierInfo *II = CXXUnit->getPreprocessor().LookUpIdentifierInfo(Tok); in getTokens()