Home
last modified time | relevance | path

Searched refs:UnresolvedSetImpl (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h38 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 DDeclTemplate.h56 class UnresolvedSetImpl; variable
704 const UnresolvedSetImpl &Templates,
711 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
H A DDecl.h78 class UnresolvedSetImpl; variable
2736 const UnresolvedSetImpl &Templates,
H A DExprCXX.h2970 using decls_iterator = UnresolvedSetImpl::iterator;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h143 using iterator = UnresolvedSetImpl::iterator;
331 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
H A DSema.h202 class UnresolvedSetImpl; variable
3609 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
3675 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args,
3829 const UnresolvedSetImpl &Fns,
3834 const UnresolvedSetImpl &Fns,
3839 const UnresolvedSetImpl &Fns,
3843 const UnresolvedSetImpl &Fns,
3849 const UnresolvedSetImpl &Fns,
4099 UnresolvedSetImpl &Functions);
5056 UnresolvedSetImpl &NonTemplateOverloads);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2215 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall()
2321 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
2325 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2351 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
H A DSemaOverload.cpp5892 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion()
5911 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion()
5990 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates()
6744 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
7621 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates()
13182 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded()
13191 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr()
13215 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
13392 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp()
13478 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp()
[all …]
H A DSemaLookup.cpp3041 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
H A DTreeTransform.h2657 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator()
H A DSemaDeclCXX.cpp8340 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison()
H A DSemaExpr.cpp14447 UnresolvedSetImpl &Functions) { in LookupBinOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3840 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization()
3857 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create()
3866 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
H A DDeclCXX.cpp1633 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()