Searched refs:UnresolvedSetImpl (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/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; } 145 public UnresolvedSetImpl {
|
| H A D | DeclTemplate.h | 55 class UnresolvedSetImpl; variable 693 const UnresolvedSetImpl &Templates, 700 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
|
| H A D | Decl.h | 77 class UnresolvedSetImpl; variable 2524 const UnresolvedSetImpl &Templates,
|
| H A D | ExprCXX.h | 2725 using decls_iterator = UnresolvedSetImpl::iterator;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Lookup.h | 144 using iterator = UnresolvedSetImpl::iterator; 320 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
|
| H A D | Sema.h | 190 class UnresolvedSetImpl; variable 2768 void AddFunctionCandidates(const UnresolvedSetImpl &Functions, 2982 const UnresolvedSetImpl &Fns, 2987 const UnresolvedSetImpl &Fns, 3231 UnresolvedSetImpl &Functions); 4140 UnresolvedSetImpl &NonTemplateOverloads);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 1638 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall() 1746 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() 1750 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads() 1776 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
|
| H A D | SemaOverload.cpp | 5619 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion() 5638 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion() 5715 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates() 6450 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() 12185 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded() 12207 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp() 12399 const UnresolvedSetImpl &Fns, in CreateOverloadedBinOp()
|
| H A D | SemaLookup.cpp | 2835 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 3517 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization() 3534 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create() 3543 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
|
| H A D | ExprCXX.cpp | 396 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) { in OverloadExpr()
|
| H A D | DeclCXX.cpp | 1452 UnresolvedSetImpl &VOutput, in CollectVisibleConversions()
|