| /external/llvm-project/clang/include/clang/AST/ |
| D | ASTConcept.h | 116 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/ |
| D | USRFindingAction.cpp | 41 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/ |
| D | UnusedAliasDeclsCheck.cpp | 48 for (const auto &FoundDecl : FoundDecls) { in onEndOfTranslationUnit() local
|
| /external/llvm-project/clang/lib/AST/ |
| D | ExprConcepts.cpp | 36 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in ConceptSpecializationExpr() 76 NamedDecl *FoundDecl, in Create()
|
| D | ASTImporter.cpp | 2319 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 …]
|
| D | DeclTemplate.cpp | 655 DeclarationNameInfo NameInfo, NamedDecl *FoundDecl, ConceptDecl *CD, in setTypeConstraint()
|
| /external/llvm-project/clang/unittests/AST/ |
| D | ASTImporterFixtures.h | 403 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/ |
| D | TemplateDeduction.h | 249 DeclAccessPair FoundDecl; member
|
| D | DelayedDiagnostic.h | 47 DeclAccessPair FoundDecl, in AccessedEntity()
|
| D | Overload.h | 603 DeclAccessPair FoundDecl; member 803 DeclAccessPair FoundDecl; member
|
| D | Initialization.h | 730 DeclAccessPair FoundDecl; member
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaExprMember.cpp | 896 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()
|
| D | SemaOverload.cpp | 53 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 …]
|
| D | SemaStmtAsm.cpp | 796 NamedDecl *FoundDecl = nullptr; in LookupInlineAsmField() local
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | TemplateDeduction.h | 293 DeclAccessPair FoundDecl; member
|
| D | DelayedDiagnostic.h | 62 DeclAccessPair FoundDecl, QualType BaseObjectType) in AccessedEntity()
|
| D | Overload.h | 799 DeclAccessPair FoundDecl; member 1164 DeclAccessPair FoundDecl; member
|
| D | Initialization.h | 935 DeclAccessPair FoundDecl; member
|
| /external/clang/lib/Sema/ |
| D | SemaExprMember.cpp | 911 ValueDecl *Member, DeclAccessPair FoundDecl, in BuildMemberExpr() 1113 DeclAccessPair FoundDecl = R.begin().getPair(); in BuildMemberReferenceExpr() local 1763 FieldDecl *Field, DeclAccessPair FoundDecl, in BuildFieldReferenceExpr()
|
| D | SemaOverload.cpp | 48 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 …]
|
| D | SemaStmtAsm.cpp | 629 NamedDecl *FoundDecl = BaseResult.getFoundDecl(); in LookupInlineAsmField() local
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | IncludeFixer.cpp | 55 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl() function in clang::clangd::__anon3ef0bb340111::VisitedContextCollector
|
| /external/llvm-project/clang/lib/Analysis/ |
| D | BodyFarm.cpp | 213 DeclAccessPair FoundDecl = DeclAccessPair::make(MemberDecl, AS_public); in makeMemberExpression() local
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2775 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/ |
| D | ASTMatchers.h | 3870 const NamedDecl *FoundDecl = Node.getFoundDecl(); in AST_MATCHER_P() local 3909 const Decl *FoundDecl = Node.getSingleDecl(); in AST_MATCHER_P() local
|