Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DAvoidConstParamsInDecls.cpp68 Tok.setIdentifierInfo(&Info); in ConstTok()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp33 Tok.setIdentifierInfo(&Info); in getTokenAtLoc()
/external/clang/lib/Format/
DFormatTokenLexer.cpp487 FormatTok->Tok.setIdentifierInfo(&Info); in getNextToken()
493 FormatTok->Tok.setIdentifierInfo(nullptr); in getNextToken()
498 FormatTok->Tok.setIdentifierInfo(nullptr); in getNextToken()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.cpp134 Tok.setIdentifierInfo(&Info); in getQualifyingToken()
/external/clang/include/clang/Lex/
DToken.h185 void setIdentifierInfo(IdentifierInfo *II) { in setIdentifierInfo() function
/external/llvm-project/clang/include/clang/Lex/
DToken.h188 void setIdentifierInfo(IdentifierInfo *II) { in setIdentifierInfo() function
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp149 T.setIdentifierInfo(&Info); in findTrailingReturnTypeSourceLocation()
242 T.setIdentifierInfo(&Info); in classifyTokensBeforeFunctionName()
DUseOverrideCheck.cpp70 Tok.setIdentifierInfo(&Info); in ParseTokens()
/external/clang/lib/Lex/
DPreprocessor.cpp569 Identifier.setIdentifierInfo(II); in LookUpIdentifierInfo()
695 Identifier.setIdentifierInfo(nullptr); in HandleIdentifier()
DPPMacroExpansion.cpp1290 Tok.setIdentifierInfo(II); in EvaluateHasIncludeCommon()
1558 Tok.setIdentifierInfo(nullptr); in ExpandBuiltinMacro()
1806 Tok.setIdentifierInfo(ModuleII); in ExpandBuiltinMacro()
DPTHLexer.cpp86 Tok.setIdentifierInfo(II); in Lex()
DPPDirectives.cpp248 MacroNameTok.setIdentifierInfo(II); in CheckMacroName()
DLexer.cpp2935 Result.setIdentifierInfo(nullptr); in LexTokenInternal()
/external/llvm-project/clang/lib/Format/
DFormatTokenLexer.cpp977 FormatTok->Tok.setIdentifierInfo(&Info); in getNextToken()
983 FormatTok->Tok.setIdentifierInfo(nullptr); in getNextToken()
988 FormatTok->Tok.setIdentifierInfo(nullptr); in getNextToken()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp723 Identifier.setIdentifierInfo(II); in LookUpIdentifierInfo()
922 Result.setIdentifierInfo(nullptr); in Lex()
1188 ImportTok.setIdentifierInfo(getIdentifierInfo("import")); in LexAfterModuleImport()
DLexer.cpp3203 Result.setIdentifierInfo(nullptr); in LexTokenInternal()
/external/clang/lib/Frontend/
DCacheTokens.cpp321 Tmp.setIdentifierInfo(nullptr); in LexTokens()
/external/clang/lib/Parse/
DParser.cpp1466 Tok.setIdentifierInfo(Name); in TryAnnotateName()
1709 Tok.setIdentifierInfo(CorrectedII); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
DParseDecl.cpp2392 Tok.setIdentifierInfo(II); in ParseImplicitInt()
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp507 T.setIdentifierInfo(&II); in tokenize()
/external/llvm-project/clang/lib/Parse/
DParser.cpp1685 Tok.setIdentifierInfo(Name); in TryAnnotateName()
DParseDecl.cpp2654 Tok.setIdentifierInfo(II); in ParseImplicitInt()
/external/clang/lib/Serialization/
DASTReader.cpp1404 Tok.setIdentifierInfo(II); in ReadToken()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1665 Tok.setIdentifierInfo(II); in ReadToken()
/external/clang/lib/Sema/
DSemaExpr.cpp2247 KeywordReplacement->setIdentifierInfo(II); in ActOnIdExpression()

12