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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp45 PP.LookUpIdentifierInfo(Tok);
H A DHTMLRewrite.cpp473 PP.LookUpIdentifierInfo(Tok);
563 PP.LookUpIdentifierInfo(Tok);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp81 PP.LookUpIdentifierInfo(RawTok);
H A DInclusionRewriter.cpp371 PP.LookUpIdentifierInfo(RawToken);
417 PP.LookUpIdentifierInfo(RawToken);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp445 IdentifierInfo *II = LookUpIdentifierInfo(Tok);
598 return LookUpIdentifierInfo(MacroTok);
H A DTokenLexer.cpp920 PP.LookUpIdentifierInfo(LHSTok);
H A DLexer.cpp1668 IdentifierInfo *II = PP->LookUpIdentifierInfo(Result);
1669 // Note that we have to call PP->LookUpIdentifierInfo() even for code
2956 PP->LookUpIdentifierInfo(Result);
H A DPreprocessor.cpp699 /// LookUpIdentifierInfo - Given a tok::raw_identifier token, look up the
702 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const { function in class:Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp1169 PP.LookUpIdentifierInfo(TheTok);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1876 IdentifierInfo *LookUpIdentifierInfo(Token &Identifier) const;

Completed in 95 milliseconds