Searched refs:UnresolvedSetImpl (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | UnresolvedSet.h | 38 friend class UnresolvedSetImpl; variable 61 class UnresolvedSetImpl { 69 UnresolvedSetImpl() = default; 70 UnresolvedSetImpl(const UnresolvedSetImpl &) = default; 71 UnresolvedSetImpl &operator=(const UnresolvedSetImpl &) = default; 74 UnresolvedSetImpl(UnresolvedSetImpl &&) {} in UnresolvedSetImpl() function 75 UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this; } 149 public UnresolvedSetImpl {
|
| H A D | DeclTemplate.h | 58 class UnresolvedSetImpl; variable 714 const UnresolvedSetImpl &Templates, 721 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
|
| H A D | Decl.h | 76 class UnresolvedSetImpl; variable 2883 const UnresolvedSetImpl &Templates,
|
| H A D | ExprCXX.h | 3044 using decls_iterator = UnresolvedSetImpl::iterator;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Lookup.h | 143 using iterator = UnresolvedSetImpl::iterator; 331 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
|
| H A D | Sema.h | 204 class UnresolvedSetImpl; variable 3980 void AddFunctionCandidates(const UnresolvedSetImpl &Functions, 4045 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args, 4196 const UnresolvedSetImpl &Fns, 4201 const UnresolvedSetImpl &Fns, 4206 const UnresolvedSetImpl &Fns, 4210 const UnresolvedSetImpl &Fns, 4216 const UnresolvedSetImpl &Fns, 4468 UnresolvedSetImpl &Functions); 5506 UnresolvedSetImpl &NonTemplateOverloads); [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | Sema.cpp | 2429 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall() 2535 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() 2539 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads() 2568 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
|
| H A D | SemaOverload.cpp | 6049 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion() 6068 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion() 6147 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates() 6927 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() 7822 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates() 13524 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded() 13533 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr() 13557 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp() 13734 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp() 13820 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp() [all …]
|
| H A D | SemaLookup.cpp | 3308 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
|
| H A D | TreeTransform.h | 2829 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator()
|
| H A D | SemaDeclCXX.cpp | 8534 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison()
|
| H A D | SemaExpr.cpp | 15588 UnresolvedSetImpl &Functions) { in LookupBinOp()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Decl.cpp | 3993 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization() 4010 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create() 4019 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
|
| H A D | DeclCXX.cpp | 1686 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()
|