| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 148 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in AddDecl() 173 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in InsertDeclAfter() 214 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in RemoveDecl() 233 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in begin() 305 if (IdentifierInfo *II = Name.getAsIdentifierInfo()) in tryAddTopLevelDecl()
|
| H A D | SemaExprMember.cpp | 1333 IdentifierInfo *Member = MemberName.getAsIdentifierInfo(); in LookupMemberExpr() 1503 IdentifierInfo *Member = MemberName.getAsIdentifierInfo(); in LookupMemberExpr() 1623 IdentifierInfo *Member = MemberName.getAsIdentifierInfo(); in LookupMemberExpr()
|
| H A D | SemaLookup.cpp | 320 if (IdentifierInfo *Id = NameInfo.getName().getAsIdentifierInfo()) { in configure() 910 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo(); in LookupBuiltin() 1365 if (Method->isInstanceMethod() && Name.getAsIdentifierInfo()) in CppLookupName() 1369 Name.getAsIdentifierInfo(), in CppLookupName() 5173 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() 5354 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() 5491 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed()
|
| H A D | CodeCompleteConsumer.cpp | 847 if (IdentifierInfo *Id = Name.getAsIdentifierInfo()) in getOrderedName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 27 IdentifierInfo *ii = m_decl_name.getAsIdentifierInfo(); in AddVarDecl() 77 ? m_decl_name.getAsIdentifierInfo() in AddFunDecl()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvmlibc/ |
| H A D | CalleeNamespaceCheck.cpp | 57 IgnoredFunctions.contains(Name.getAsIdentifierInfo()->getName())) in check()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 70 return LHSSelector.getAsIdentifierInfo()->getName().compare( in compare() 71 RHSSelector.getAsIdentifierInfo()->getName()); in compare() 142 if (const IdentifierInfo *II = getAsIdentifierInfo()) { in print()
|
| H A D | NSAPI.cpp | 522 TDT->getDecl()->getDeclName().getAsIdentifierInfo()->getName()) in GetNSIntegralKind() 577 if (TDT->getDecl()->getDeclName().getAsIdentifierInfo() == II) in isObjCTypedef()
|
| H A D | ASTImporter.cpp | 2293 Name.getAsIdentifierInfo())) in VisitBindingDecl() 2422 *BeginLocOrErr, Loc, Name.getAsIdentifierInfo(), in VisitNamespaceDecl() 2557 Name.getAsIdentifierInfo(), ToTypeSourceInfo)) in VisitTypedefNameDecl() 2561 Name.getAsIdentifierInfo(), ToTypeSourceInfo)) in VisitTypedefNameDecl() 2672 Name.getAsIdentifierInfo())) in VisitLabelDecl() 2928 *BeginLocOrErr, Loc, Name.getAsIdentifierInfo(), in VisitRecordDecl() 2936 Name.getAsIdentifierInfo(), in VisitRecordDecl() 4034 ToInnerLocStart, Loc, Name.getAsIdentifierInfo(), in VisitObjCIvarDecl() 4455 ToLocation, Name.getAsIdentifierInfo(), in VisitObjCTypeParamDecl() 5163 *AtBeginLocOrErr, Name.getAsIdentifierInfo(), in VisitObjCInterfaceDecl() [all …]
|
| H A D | ItaniumMangle.cpp | 1375 mangleSourceName(name.getAsIdentifierInfo()); in mangleUnresolvedName() 1422 const IdentifierInfo *II = Name.getAsIdentifierInfo(); in mangleUnqualifiedName() 1433 mangleSourceName(BD->getDeclName().getAsIdentifierInfo()); in mangleUnqualifiedName() 1545 assert(D->getDeclName().getAsIdentifierInfo() && in mangleUnqualifiedName() 1547 mangleSourceName(D->getDeclName().getAsIdentifierInfo()); in mangleUnqualifiedName()
|
| H A D | ASTStructuralEquivalence.cpp | 120 return IsStructurallyEquivalent(Name1.getAsIdentifierInfo(), in IsStructurallyEquivalent() 121 Name2.getAsIdentifierInfo()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 64 AddIdentifierInfo(Name.getAsIdentifierInfo()); in AddDeclarationNameImpl()
|
| H A D | MicrosoftMangle.cpp | 966 if (const IdentifierInfo *II = Name.getAsIdentifierInfo()) { in mangleUnqualifiedName() 1039 assert(D->getDeclName().getAsIdentifierInfo() && in mangleUnqualifiedName() 1041 mangleSourceName(D->getDeclName().getAsIdentifierInfo()->getName()); in mangleUnqualifiedName()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 96 if (const auto *II = Name.getAsIdentifierInfo()) in matchesImpl()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Inclusions/ |
| H A D | StandardLibrary.cpp | 144 if (const auto *II = N.getAsIdentifierInfo()) in operator ()()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 506 return getAsIdentifierInfo(); in getIdentifierInfoForSlot() 536 IdentifierInfo *II = getAsIdentifierInfo(); in getAsString()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 87 return CorrectionName.getAsIdentifierInfo(); in getCorrectionAsIdentifierInfo()
|
| H A D | SemaInternal.h | 98 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseTrailingReturnTypeCheck.cpp | 106 !visitUnqualName(Name.getAsIdentifierInfo()->getName()); in VisitDeclRefExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 785 IdentifierInfo *getAsIdentifierInfo() const { in getAsIdentifierInfo() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | InlayHints.cpp | 600 if (IdentifierInfo *Ident = D.getDeclName().getAsIdentifierInfo()) { in getSimpleName()
|
| H A D | Preamble.cpp | 177 if (const auto *II = FT->getDeclName().getAsIdentifierInfo()) { in shouldSkipFunctionBody()
|
| H A D | AST.cpp | 198 return N.isIdentifier() && !N.getAsIdentifierInfo(); in isAnonymous()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | RenamerClangTidyCheck.cpp | 386 StringRef DependentName = DeclName.getAsIdentifierInfo()->getName(); in check()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclarationName.h | 419 IdentifierInfo *getAsIdentifierInfo() const { in getAsIdentifierInfo() function
|