/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 38 friend class UnresolvedSetImpl; variable 62 class UnresolvedSetImpl { 70 UnresolvedSetImpl() = default; 71 UnresolvedSetImpl(const UnresolvedSetImpl &) = default; 72 UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default; 75 UnresolvedSetImpl(UnresolvedSetImpl &&) {} in UnresolvedSetImpl() function 76 UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this; } 158 public UnresolvedSetImpl {
|
H A D | DeclTemplate.h | 58 class UnresolvedSetImpl; variable 696 const UnresolvedSetImpl &Candidates, 704 Create(ASTContext &Context, const UnresolvedSetImpl &Candidates,
|
H A D | Decl.h | 77 class UnresolvedSetImpl; variable 2960 ASTContext &Context, const UnresolvedSetImpl &Templates,
|
H A D | ExprCXX.h | 3073 using decls_iterator = UnresolvedSetImpl::iterator;
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Lookup.h | 154 using iterator = UnresolvedSetImpl::iterator; 354 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
|
H A D | Sema.h | 219 class UnresolvedSetImpl; variable 991 UnresolvedSetImpl &NonTemplateOverloads); 7046 UnresolvedSetImpl &Functions); 9204 UnresolvedSetImpl &Functions); 10184 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args, 10288 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args, 10528 const UnresolvedSetImpl &Fns, 10548 const UnresolvedSetImpl &Fns, Expr *input, 10554 const UnresolvedSetImpl &Fns, 10581 const UnresolvedSetImpl &Fns, Expr *LHS, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2472 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall() 2577 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() 2581 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads() 2610 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
|
H A D | SemaOverload.cpp | 6398 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion() 6417 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion() 6499 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates() 7291 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() 8217 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates() 14084 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr() 14170 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp() 14365 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp() 14428 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp() 14890 SourceLocation OpLoc, const UnresolvedSetImpl &Fns, Expr *LHS, Expr *RHS, in BuildSynthesizedThreeWayComparison()
|
H A D | SemaLookup.cpp | 3276 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
|
H A D | TreeTransform.h | 2951 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator() 3144 const UnresolvedSetImpl &Functions, 16348 bool RequiresADL, const UnresolvedSetImpl &Functions, Expr *First, in RebuildCXXOperatorCallExpr()
|
H A D | SemaDeclCXX.cpp | 8672 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison()
|
H A D | SemaExpr.cpp | 15075 UnresolvedSetImpl &Functions) { in LookupBinOp()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4219 ASTContext &Context, const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization() 4236 ASTContext &Context, const UnresolvedSetImpl &Candidates, in Create() 4247 const UnresolvedSetImpl &Candidates, in DependentFunctionTemplateSpecializationInfo()
|
H A D | DeclCXX.cpp | 1769 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()
|