/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 41 const NamedDecl *getCanonicalSymbolDeclaration(const NamedDecl *FoundDecl) { in getCanonicalSymbolDeclaration() 65 AdditionalUSRFinder(const Decl *FoundDecl, ASTContext &Context) in AdditionalUSRFinder() 209 const Decl *FoundDecl; member in clang::tooling::__anonb8e57d180111::AdditionalUSRFinder 253 const NamedDecl *FoundDecl = QualifiedName.empty() in FindSymbol() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 143 NamedDecl *FoundDecl; global() variable 153 ConceptReference(NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) ConceptReference() argument
|
H A D | Expr.h | 3150 DeclAccessPair FoundDecl; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTConcept.cpp | 96 Create(const ASTContext & C,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,const ASTTemplateArgumentListInfo * ArgsAsWritten) Create() argument
|
H A D | ASTImporter.cpp | 2545 for (auto *FoundDecl : FoundDecls) { VisitNamespaceDecl() local 2670 for (auto *FoundDecl : FoundDecls) { VisitTypedefNameDecl() local 2784 for (auto *FoundDecl : FoundDecls) { VisitTypeAliasTemplateDecl() local 2892 for (auto *FoundDecl : FoundDecls) { VisitEnumDecl() local 3017 for (auto *FoundDecl : FoundDecls) { VisitRecordDecl() local 3241 for (auto *FoundDecl : FoundDecls) { VisitEnumConstantDecl() local 3680 for (auto *FoundDecl : FoundDecls) { VisitFunctionDecl() local 4040 for (auto *FoundDecl : FoundDecls) { VisitFieldDecl() local 4331 for (auto *FoundDecl : FoundDecls) { VisitObjCIvarDecl() local 4399 for (auto *FoundDecl : FoundDecls) { VisitVarDecl() local 4650 for (auto *FoundDecl : FoundDecls) { VisitObjCMethodDecl() local 4966 for (auto *FoundDecl : FoundDecls) { VisitObjCProtocolDecl() local 5490 for (auto *FoundDecl : FoundDecls) { VisitObjCInterfaceDecl() local 5663 for (auto *FoundDecl : FoundDecls) { VisitObjCPropertyDecl() local 5963 for (auto *FoundDecl : FoundDecls) { VisitClassTemplateDecl() local 6286 for (auto *FoundDecl : FoundDecls) { VisitVarTemplateDecl() local 6547 for (auto *FoundDecl : FoundDecls) { VisitFunctionTemplateDecl() local [all...] |
H A D | Expr.cpp | 1705 Create(const ASTContext & C,Expr * Base,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,ValueDecl * MemberDecl,DeclAccessPair FoundDecl,DeclarationNameInfo NameInfo,const TemplateArgumentListInfo * TemplateArgs,QualType T,ExprValueKind VK,ExprObjectKind OK,NonOdrUseReason NOUR) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 930 BuildMemberExpr(Expr * Base,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec * SS,SourceLocation TemplateKWLoc,ValueDecl * Member,DeclAccessPair FoundDecl,bool HadMultipleCandidates,const DeclarationNameInfo & MemberNameInfo,QualType Ty,ExprValueKind VK,ExprObjectKind OK,const TemplateArgumentListInfo * TemplateArgs) BuildMemberExpr() argument 943 BuildMemberExpr(Expr * Base,bool IsArrow,SourceLocation OpLoc,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,ValueDecl * Member,DeclAccessPair FoundDecl,bool HadMultipleCandidates,const DeclarationNameInfo & MemberNameInfo,QualType Ty,ExprValueKind VK,ExprObjectKind OK,const TemplateArgumentListInfo * TemplateArgs) BuildMemberExpr() argument 1097 DeclAccessPair FoundDecl = R.begin().getPair(); BuildMemberReferenceExpr() local 1836 BuildFieldReferenceExpr(Expr * BaseExpr,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,FieldDecl * Field,DeclAccessPair FoundDecl,const DeclarationNameInfo & MemberNameInfo) BuildFieldReferenceExpr() argument [all...] |
H A D | SemaOverload.cpp | 61 CreateFunctionRefExpr(Sema & S,FunctionDecl * Fn,NamedDecl * FoundDecl,const Expr * Base,bool HadMultipleCandidates,SourceLocation Loc=SourceLocation (),const DeclarationNameLoc & LocInfo=DeclarationNameLoc ()) CreateFunctionRefExpr() argument 3799 DeclAccessPair FoundDecl = I.getPair(); IsUserDefinedConversion() local 5785 PerformImplicitObjectArgumentInitialization(Expr * From,NestedNameSpecifier * Qualifier,NamedDecl * FoundDecl,CXXMethodDecl * Method) PerformImplicitObjectArgumentInitialization() argument 6471 DeclAccessPair FoundDecl = ViableConversions[I]; collectViableConversionCandidates() local 6747 AddOverloadCandidate(FunctionDecl * Function,DeclAccessPair FoundDecl,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,bool AllowExplicit,bool AllowExplicitConversions,ADLCallKind IsADLCandidate,ConversionSequenceList EarlyConversions,OverloadCandidateParamOrder PO,bool AggregateCandidateDeduction) AddOverloadCandidate() argument 7320 AddMethodCandidate(DeclAccessPair FoundDecl,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument 7354 AddMethodCandidate(CXXMethodDecl * Method,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,ConversionSequenceList EarlyConversions,OverloadCandidateParamOrder PO) AddMethodCandidate() argument 7524 AddMethodTemplateCandidate(FunctionTemplateDecl * MethodTmpl,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,TemplateArgumentListInfo * ExplicitTemplateArgs,QualType ObjectType,Expr::Classification ObjectClassification,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,OverloadCandidateParamOrder PO) AddMethodTemplateCandidate() argument 7597 AddTemplateOverloadCandidate(FunctionTemplateDecl * FunctionTemplate,DeclAccessPair FoundDecl,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool SuppressUserConversions,bool PartialOverloading,bool AllowExplicit,ADLCallKind IsADLCandidate,OverloadCandidateParamOrder PO,bool AggregateCandidateDeduction) AddTemplateOverloadCandidate() argument 7799 AddConversionCandidate(CXXConversionDecl * Conversion,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,Expr * From,QualType ToType,OverloadCandidateSet & CandidateSet,bool AllowObjCConversionOnExplicit,bool AllowExplicit,bool AllowResultConversion) AddConversionCandidate() argument 8012 AddTemplateConversionCandidate(FunctionTemplateDecl * FunctionTemplate,DeclAccessPair FoundDecl,CXXRecordDecl * ActingDC,Expr * From,QualType ToType,OverloadCandidateSet & CandidateSet,bool AllowObjCConversionOnExplicit,bool AllowExplicit,bool AllowResultConversion) AddTemplateConversionCandidate() argument 8069 AddSurrogateCandidate(CXXConversionDecl * Conversion,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,const FunctionProtoType * Proto,Expr * Object,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet) AddSurrogateCandidate() argument 9973 DeclAccessPair FoundDecl = DeclAccessPair::make(*I, AS_none); AddArgumentDependentLookupCandidates() local 10858 MaybeEmitInheritedConstructorNote(Sema & S,const Decl * FoundDecl) MaybeEmitInheritedConstructorNote() argument 13423 AddOverloadedCallCandidate(Sema & S,DeclAccessPair FoundDecl,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool PartialOverloading,bool KnownValid) AddOverloadedCallCandidate() argument 14066 BuildCXXMemberCallExpr(Expr * E,NamedDecl * FoundDecl,CXXConversionDecl * Method,bool HadMultipleCandidates) BuildCXXMemberCallExpr() argument 15287 DeclAccessPair FoundDecl = DeclAccessPair::make(nullptr, AS_public); BuildCallToMemberFunction() local [all...] |
H A D | SemaStmtAsm.cpp | 829 NamedDecl *FoundDecl = nullptr; in LookupInlineAsmField() local [all...] |
H A D | SemaAccess.cpp | 1808 CheckMemberOperatorAccess(SourceLocation OpLoc,Expr * ObjectExpr,ArrayRef<Expr * > ArgExprs,DeclAccessPair FoundDecl) CheckMemberOperatorAccess() argument
|
H A D | SemaInit.cpp | 3780 AddUserConversionStep(FunctionDecl * Function,DeclAccessPair FoundDecl,QualType T,bool HadMultipleCandidates) AddUserConversionStep() argument 3844 AddConstructorInitializationStep(DeclAccessPair FoundDecl,CXXConstructorDecl * Constructor,QualType T,bool HadMultipleCandidates,bool FromInitList,bool AsInitList) AddConstructorInitializationStep() argument 10665 __anon9701741b1402(FunctionTemplateDecl *TD, CXXDeductionGuideDecl *GD, DeclAccessPair FoundDecl, bool OnlyListConstructors, bool AllowAggregateDeductionCandidate) DeduceTemplateSpecializationFromInitializer() argument [all...] |
H A D | SemaStmt.cpp | 1831 bool FoundDecl; global() member in __anona8c5d3ef0d11::DeclMatcher
|
H A D | SemaLookup.cpp | 4560 void TypoCorrectionConsumer::FoundDecl(NamedDecl *ND, NamedDecl *Hiding, FoundDecl() function in TypoCorrectionConsumer
|
H A D | TreeTransform.h | 2822 RebuildMemberExpr(Expr * Base,SourceLocation OpLoc,bool isArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,const DeclarationNameInfo & MemberNameInfo,ValueDecl * Member,NamedDecl * FoundDecl,const TemplateArgumentListInfo * ExplicitTemplateArgs,NamedDecl * FirstQualifierInScope) RebuildMemberExpr() argument 3604 RebuildConceptSpecializationExpr(NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,DeclarationNameInfo ConceptNameInfo,NamedDecl * FoundDecl,ConceptDecl * NamedConcept,TemplateArgumentListInfo * TALI) RebuildConceptSpecializationExpr() argument 11489 NamedDecl *FoundDecl = E->getFoundDecl(); TransformMemberExpr() local [all...] |
H A D | SemaExprCXX.cpp | 4146 BuildCXXCastArgument(Sema & S,SourceLocation CastLoc,QualType Ty,CastKind Kind,CXXMethodDecl * Method,DeclAccessPair FoundDecl,bool HadMultipleCandidates,Expr * From) BuildCXXCastArgument() argument
|
H A D | SemaDeclCXX.cpp | 16035 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument 16077 BuildCXXConstructExpr(SourceLocation ConstructLoc,QualType DeclInitType,NamedDecl * FoundDecl,CXXConstructorDecl * Constructor,bool Elidable,MultiExprArg ExprArgs,bool HadMultipleCandidates,bool IsListInitialization,bool IsStdInitListInitialization,bool RequiresZeroInit,CXXConstructionKind ConstructKind,SourceRange ParenRange) BuildCXXConstructExpr() argument
|
H A D | SemaCodeComplete.cpp | 1737 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, FoundDecl() function in __anon980f77db0311::CodeCompletionDeclConsumer
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 310 DeclAccessPair FoundDecl; global() member
|
H A D | DelayedDiagnostic.h | 62 DeclAccessPair FoundDecl, QualType BaseObjectType) in AccessedEntity() argument
|
H A D | Overload.h | 833 DeclAccessPair FoundDecl; global() member 1206 DeclAccessPair FoundDecl; global() member
|
H A D | Initialization.h | 959 DeclAccessPair FoundDecl; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 229 DeclAccessPair FoundDecl = DeclAccessPair::make(MemberDecl, AS_public); in makeMemberExpression() local
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 999 DeclAccessPair FoundDecl = E->getFoundDecl(); VisitMemberExpr() local
|
H A D | ASTReaderStmt.cpp | 1058 DeclAccessPair FoundDecl; VisitMemberExpr() local
|