Home
last modified time | relevance | path

Searched defs:FoundDecl (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm-project/clang/include/clang/AST/
DASTConcept.h116 NamedDecl *FoundDecl; variable
128 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference()
176 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in TypeConstraint()
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp41 const NamedDecl *getCanonicalSymbolDeclaration(const NamedDecl *FoundDecl) { in getCanonicalSymbolDeclaration()
65 AdditionalUSRFinder(const Decl *FoundDecl, ASTContext &Context) in AdditionalUSRFinder()
211 const Decl *FoundDecl; member in clang::tooling::__anon9a86f93d0111::AdditionalUSRFinder
254 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedAliasDeclsCheck.cpp48 for (const auto &FoundDecl : FoundDecls) { in onEndOfTranslationUnit() local
/external/llvm-project/clang/lib/AST/
DExprConcepts.cpp36 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in ConceptSpecializationExpr()
76 NamedDecl *FoundDecl, in Create()
DASTImporter.cpp2319 for (auto *FoundDecl : FoundDecls) { in VisitNamespaceDecl() local
2437 for (auto *FoundDecl : FoundDecls) { in VisitTypedefNameDecl() local
2528 for (auto *FoundDecl : FoundDecls) { in VisitTypeAliasTemplateDecl() local
2632 for (auto *FoundDecl : FoundDecls) { in VisitEnumDecl() local
2740 for (auto *FoundDecl : FoundDecls) { in VisitRecordDecl() local
2951 for (auto *FoundDecl : FoundDecls) { in VisitEnumConstantDecl() local
3215 for (auto *FoundDecl : FoundDecls) { in VisitFunctionDecl() local
3550 for (auto *FoundDecl : FoundDecls) { in VisitFieldDecl() local
3834 for (auto *FoundDecl : FoundDecls) { in VisitObjCIvarDecl() local
3902 for (auto *FoundDecl : FoundDecls) { in VisitVarDecl() local
[all …]
DDeclTemplate.cpp655 DeclarationNameInfo NameInfo, NamedDecl *FoundDecl, ConceptDecl *CD, in setTypeConstraint()
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h403 auto FoundDecl = match(Action.ImportPredicate.bind(DeclToImportID), in testImportSequence() local
414 auto FoundDecl = match(FinalSelectPredicate.bind(DeclToVerifyID), in testImportSequence() local
/external/clang/include/clang/Sema/
DTemplateDeduction.h249 DeclAccessPair FoundDecl; member
DDelayedDiagnostic.h47 DeclAccessPair FoundDecl, in AccessedEntity()
DOverload.h603 DeclAccessPair FoundDecl; member
803 DeclAccessPair FoundDecl; member
DInitialization.h730 DeclAccessPair FoundDecl; member
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp896 SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, in BuildMemberExpr()
909 SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, in BuildMemberExpr()
1063 DeclAccessPair FoundDecl = R.begin().getPair(); in BuildMemberReferenceExpr() local
1770 FieldDecl *Field, DeclAccessPair FoundDecl, in BuildFieldReferenceExpr()
DSemaOverload.cpp53 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, in CreateFunctionRefExpr()
3516 DeclAccessPair FoundDecl = I.getPair(); in IsUserDefinedConversion() local
5418 NamedDecl *FoundDecl, in PerformObjectArgumentInitialization()
5990 DeclAccessPair FoundDecl = ViableConversions[I]; in collectViableConversionCandidates() local
6264 FunctionDecl *Function, DeclAccessPair FoundDecl, ArrayRef<Expr *> Args, in AddOverloadCandidate()
6817 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate()
6851 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate()
7006 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate()
7078 FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, in AddTemplateOverloadCandidate()
7258 CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, in AddConversionCandidate()
[all …]
DSemaStmtAsm.cpp796 NamedDecl *FoundDecl = nullptr; in LookupInlineAsmField() local
/external/llvm-project/clang/include/clang/Sema/
DTemplateDeduction.h293 DeclAccessPair FoundDecl; member
DDelayedDiagnostic.h62 DeclAccessPair FoundDecl, QualType BaseObjectType) in AccessedEntity()
DOverload.h799 DeclAccessPair FoundDecl; member
1164 DeclAccessPair FoundDecl; member
DInitialization.h935 DeclAccessPair FoundDecl; member
/external/clang/lib/Sema/
DSemaExprMember.cpp911 ValueDecl *Member, DeclAccessPair FoundDecl, in BuildMemberExpr()
1113 DeclAccessPair FoundDecl = R.begin().getPair(); in BuildMemberReferenceExpr() local
1763 FieldDecl *Field, DeclAccessPair FoundDecl, in BuildFieldReferenceExpr()
DSemaOverload.cpp48 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, in CreateFunctionRefExpr()
3224 DeclAccessPair FoundDecl = I.getPair(); in IsUserDefinedConversion() local
4975 NamedDecl *FoundDecl, in PerformObjectArgumentInitialization()
5434 DeclAccessPair FoundDecl = ViableConversions[I]; in collectViableConversionCandidates() local
5708 DeclAccessPair FoundDecl, in AddOverloadCandidate()
6081 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, in AddMethodCandidate()
6117 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate()
6244 DeclAccessPair FoundDecl, in AddMethodTemplateCandidate()
6298 DeclAccessPair FoundDecl, in AddTemplateOverloadCandidate()
6388 DeclAccessPair FoundDecl, in AddConversionCandidate()
[all …]
DSemaStmtAsm.cpp629 NamedDecl *FoundDecl = BaseResult.getFoundDecl(); in LookupInlineAsmField() local
/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp55 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl() function in clang::clangd::__anon3ef0bb340111::VisitedContextCollector
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp213 DeclAccessPair FoundDecl = DeclAccessPair::make(MemberDecl, AS_public); in makeMemberExpression() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2775 const NamedDecl *FoundDecl = Node.getFoundDecl(); in AST_MATCHER_P() local
2792 const Decl *FoundDecl = Node.getSingleDecl(); in AST_MATCHER_P() local
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3870 const NamedDecl *FoundDecl = Node.getFoundDecl(); in AST_MATCHER_P() local
3909 const Decl *FoundDecl = Node.getSingleDecl(); in AST_MATCHER_P() local

12