Home
last modified time | relevance | path

Searched refs:setIdentifierInfo (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp1016 FormatTok->Tok.setIdentifierInfo(nullptr);
1019 FormatTok->Tok.setIdentifierInfo(nullptr);
1038 FormatTok->Tok.setIdentifierInfo(&Info);
1044 FormatTok->Tok.setIdentifierInfo(nullptr);
1049 FormatTok->Tok.setIdentifierInfo(nullptr);
H A DUnwrappedLineParser.cpp1226 FormatTok->Tok.setIdentifierInfo(Keywords.kw_internal_ident_after_define); in parsePPDefine()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.cpp33 Tok.setIdentifierInfo(&Info); in getTokenAtLoc()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DToken.h187 void setIdentifierInfo(IdentifierInfo *II) { in setIdentifierInfo() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp155 T.setIdentifierInfo(&Info); in findTrailingReturnTypeSourceLocation()
248 T.setIdentifierInfo(&Info); in classifyTokensBeforeFunctionName()
H A DUseOverrideCheck.cpp70 Tok.setIdentifierInfo(&Info); in parseTokens()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.cpp135 Tok.setIdentifierInfo(&Info); in getQualifyingToken()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp741 Identifier.setIdentifierInfo(II); in LookUpIdentifierInfo()
939 Result.setIdentifierInfo(nullptr); in Lex()
1218 ImportTok.setIdentifierInfo(getIdentifierInfo("import")); in LexAfterModuleImport()
H A DPPMacroExpansion.cpp1179 Tok.setIdentifierInfo(II); in EvaluateHasIncludeCommon()
1491 Tok.setIdentifierInfo(nullptr); in ExpandBuiltinMacro()
1840 Tok.setIdentifierInfo(ModuleII); in ExpandBuiltinMacro()
1868 Tok.setIdentifierInfo(getIdentifierInfo(Literal.GetString())); in ExpandBuiltinMacro()
H A DPPDirectives.cpp3168 Tok.setIdentifierInfo(getIdentifierInfo("_Static_assert")); in HandleDefineDirective()
H A DLexer.cpp3522 Result.setIdentifierInfo(nullptr); in LexTokenInternal()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DTokens.cpp633 T.setIdentifierInfo(&II); in tokenize()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1740 Tok.setIdentifierInfo(Name); in TryAnnotateName()
H A DParseDecl.cpp2799 Tok.setIdentifierInfo(II); in ParseImplicitInt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1704 Tok.setIdentifierInfo(II); in ReadToken()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp2639 KeywordReplacement->setIdentifierInfo(II); in ActOnIdExpression()