Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h140 NamedDecl *FoundDecl; variable
150 DeclarationNameInfo ConceptNameInfo, NamedDecl *FoundDecl, in ConceptReference()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp91 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in Create()
H A DASTImporter.cpp2593 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 DExpr.cpp1717 DeclAccessPair FoundDecl, in MemberExpr()
1757 ValueDecl *MemberDecl, DeclAccessPair FoundDecl, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h315 DeclAccessPair FoundDecl; member
H A DDelayedDiagnostic.h62 DeclAccessPair FoundDecl, QualType BaseObjectType) in AccessedEntity()
H A DOverload.h882 DeclAccessPair FoundDecl; member
1264 DeclAccessPair FoundDecl; member
H A DInitialization.h959 DeclAccessPair FoundDecl; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp934 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 DSemaOverload.cpp67 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 DSemaStmtAsm.cpp829 NamedDecl *FoundDecl = nullptr; in LookupInlineAsmField() local
H A DSemaAccess.cpp1818 DeclAccessPair FoundDecl) { in CheckMemberOperatorAccess()
H A DSemaInit.cpp3917 DeclAccessPair FoundDecl, in AddUserConversionStep()
3981 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep()
9790 bool AllowAggregateDeductionCandidate) { in DeduceTemplateSpecializationFromInitializer()
H A DSemaTemplate.cpp1140 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, SourceLocation LAngleLoc, in formImmediatelyDeclaredConstraint()
1188 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, in AttachTypeConstraint()
4344 NamedDecl *FoundDecl, in CheckConceptTemplateId()
H A DTreeTransform.h2858 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 DSemaStmt.cpp1854 bool FoundDecl; member in __anon4f6f6e9d0d11::DeclMatcher
H A DSemaLookup.cpp4491 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, in FoundDecl() function in TypoCorrectionConsumer
H A DSemaType.cpp5976 NamedDecl *FoundDecl; in VisitAutoTypeLoc() local
H A DSemaExprCXX.cpp4141 DeclAccessPair FoundDecl, in BuildCXXCastArgument()
H A DSemaDeclCXX.cpp15917 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument
15959 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument
H A DSemaCodeComplete.cpp1744 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, in FoundDecl() function in __anone047e0890311::CodeCompletionDeclConsumer
H A DSemaExpr.cpp2945 NamedDecl *FoundDecl, in PerformObjectMemberConversion()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4284 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 DASTWriterStmt.cpp1002 DeclAccessPair FoundDecl = E->getFoundDecl(); in VisitMemberExpr() local
H A DASTReader.cpp6969 auto FoundDecl = readDeclAs<NamedDecl>(); in readConceptReference() local