Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp45 PP.LookUpIdentifierInfo(Tok); in TokenRewriter()
H A DHTMLRewrite.cpp473 PP.LookUpIdentifierInfo(Tok); in SyntaxHighlight()
563 PP.LookUpIdentifierInfo(Tok); in HighlightMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp81 PP.LookUpIdentifierInfo(RawTok); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp365 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()
415 PP.LookUpIdentifierInfo(RawToken); in Process()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp445 IdentifierInfo *II = LookUpIdentifierInfo(Tok); in HandlePragmaPoison()
598 return LookUpIdentifierInfo(MacroTok); in ParsePragmaPushOrPopMacro()
H A DTokenLexer.cpp920 PP.LookUpIdentifierInfo(LHSTok); in pasteTokens()
H A DPreprocessor.cpp696 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { in LookUpIdentifierInfo() function in Preprocessor
H A DLexer.cpp1670 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result); in LexIdentifier()
2977 PP->LookUpIdentifierInfo(Result); in lexEditorPlaceholder()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1895 IdentifierInfo *LookUpIdentifierInfo(Token &Identifier) const;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6914 IdentifierInfo *II = CXXUnit->getPreprocessor().LookUpIdentifierInfo(Tok); in getTokens()