/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 140 NamedDecl *FoundDecl; variable 150 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTConcept.cpp | 91 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in Create()
|
H A D | ASTImporter.cpp | 2593 for (auto *FoundDecl : FoundDecls) { in VisitNamespaceDecl() local 2718 for (auto *FoundDecl : FoundDecls) { in VisitTypedefNameDecl() local 2832 for (auto *FoundDecl : FoundDecls) { in VisitTypeAliasTemplateDecl() local 2940 for (auto *FoundDecl : FoundDecls) { in VisitEnumDecl() local 3070 for (auto *FoundDecl : FoundDecls) { in VisitRecordDecl() local 3294 for (auto *FoundDecl : FoundDecls) { in VisitEnumConstantDecl() local 3747 for (auto *FoundDecl : FoundDecls) { in VisitFunctionDecl() local 4120 for (auto *FoundDecl : FoundDecls) { in VisitFieldDecl() local 4411 for (auto *FoundDecl : FoundDecls) { in VisitObjCIvarDecl() local 4479 for (auto *FoundDecl : FoundDecls) { in VisitVarDecl() local [all …]
|
H A D | Expr.cpp | 1717 DeclAccessPair FoundDecl, in MemberExpr() 1757 ValueDecl *MemberDecl, DeclAccessPair FoundDecl, in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 315 DeclAccessPair FoundDecl; member
|
H A D | DelayedDiagnostic.h | 62 DeclAccessPair FoundDecl, QualType BaseObjectType) in AccessedEntity()
|
H A D | Overload.h | 882 DeclAccessPair FoundDecl; member 1264 DeclAccessPair FoundDecl; member
|
H A D | Initialization.h | 959 DeclAccessPair FoundDecl; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 934 SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, in BuildMemberExpr() 1104 DeclAccessPair FoundDecl = R.begin().getPair(); in BuildMemberReferenceExpr() local 1826 FieldDecl *Field, DeclAccessPair FoundDecl, in BuildFieldReferenceExpr()
|
H A D | SemaOverload.cpp | 67 Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl, const Expr *Base, in CreateFunctionRefExpr() 3833 DeclAccessPair FoundDecl = I.getPair(); in IsUserDefinedConversion() local 5813 Expr *From, NestedNameSpecifier *Qualifier, NamedDecl *FoundDecl, in PerformImplicitObjectArgumentInitialization() 6502 DeclAccessPair FoundDecl = ViableConversions[I]; in collectViableConversionCandidates() local 6796 FunctionDecl *Function, DeclAccessPair FoundDecl, ArrayRef<Expr *> Args, in AddOverloadCandidate() 7359 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate() 7386 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() 7572 FunctionTemplateDecl *MethodTmpl, DeclAccessPair FoundDecl, in AddMethodTemplateCandidate() 7644 FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, in AddTemplateOverloadCandidate() 7839 CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, in AddConversionCandidate() [all …]
|
H A D | SemaStmtAsm.cpp | 829 NamedDecl *FoundDecl = nullptr; in LookupInlineAsmField() local
|
H A D | SemaAccess.cpp | 1818 DeclAccessPair FoundDecl) { in CheckMemberOperatorAccess()
|
H A D | SemaInit.cpp | 3917 DeclAccessPair FoundDecl, in AddUserConversionStep() 3981 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() 9790 bool AllowAggregateDeductionCandidate) { in DeduceTemplateSpecializationFromInitializer()
|
H A D | SemaTemplate.cpp | 1140 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, SourceLocation LAngleLoc, in formImmediatelyDeclaredConstraint() 1188 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, in AttachTypeConstraint() 4344 NamedDecl *FoundDecl, in CheckConceptTemplateId()
|
H A D | TreeTransform.h | 2858 NamedDecl *FoundDecl, in RebuildMemberExpr() 3665 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in RebuildConceptSpecializationExpr() 12341 NamedDecl *FoundDecl = E->getFoundDecl(); in TransformMemberExpr() local 13630 NamedDecl *FoundDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in TransformOverloadExprDecls() local
|
H A D | SemaStmt.cpp | 1854 bool FoundDecl; member in __anon4f6f6e9d0d11::DeclMatcher
|
H A D | SemaLookup.cpp | 4491 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl() function in TypoCorrectionConsumer
|
H A D | SemaType.cpp | 5976 NamedDecl *FoundDecl; in VisitAutoTypeLoc() local
|
H A D | SemaExprCXX.cpp | 4141 DeclAccessPair FoundDecl, in BuildCXXCastArgument()
|
H A D | SemaDeclCXX.cpp | 15917 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 15959 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument
|
H A D | SemaCodeComplete.cpp | 1744 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl() function in __anone047e0890311::CodeCompletionDeclConsumer
|
H A D | SemaExpr.cpp | 2945 NamedDecl *FoundDecl, in PerformObjectMemberConversion()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4284 const NamedDecl *FoundDecl = Node.getFoundDecl(); in AST_POLYMORPHIC_MATCHER_P() local 4323 const Decl *FoundDecl = Node.getSingleDecl(); in AST_MATCHER_P() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1002 DeclAccessPair FoundDecl = E->getFoundDecl(); in VisitMemberExpr() local
|
H A D | ASTReader.cpp | 6969 auto FoundDecl = readDeclAs<NamedDecl>(); in readConceptReference() local
|