Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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() argument
75 UnresolvedSetImpl &operator=(UnresolvedSetImpl &&) { return *this; }
157 public UnresolvedSetImpl {
H A DDeclTemplate.h58 class UnresolvedSetImpl; variable
716 const UnresolvedSetImpl &Candidates,
724 Create(ASTContext &Context, const UnresolvedSetImpl &Candidates,
H A DDecl.h77 class UnresolvedSetImpl; variable
2957 ASTContext &Context, const UnresolvedSetImpl &Templates,
H A DExprCXX.h3056 using decls_iterator = UnresolvedSetImpl::iterator;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h154 using iterator = UnresolvedSetImpl::iterator;
351 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
H A DSema.h205 class UnresolvedSetImpl; variable
4072 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
4138 const UnresolvedSetImpl &Functions, ArrayRef<Expr *> Args,
4287 const UnresolvedSetImpl &Fns,
4292 const UnresolvedSetImpl &Fns,
4297 const UnresolvedSetImpl &Fns,
4301 const UnresolvedSetImpl &Fns,
4307 const UnresolvedSetImpl &Fns,
4559 UnresolvedSetImpl &Functions);
5632 UnresolvedSetImpl &NonTemplateOverloads);
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2481 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall()
2586 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
2590 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2619 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
H A DSemaOverload.cpp6370 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion()
6389 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion()
6468 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates()
7250 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
8197 const UnresolvedSetImpl &Fns, ArrayRef<Expr *> Args, in AddNonMemberOperatorCandidates()
14050 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded()
14059 const UnresolvedSetImpl &Fns, in CreateUnresolvedLookupExpr()
14160 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
14345 const UnresolvedSetImpl &Fns, in LookupOverloadedBinOp()
14431 const UnresolvedSetImpl &Fns, Expr *LHS, in CreateOverloadedBinOp()
[all …]
H A DSemaLookup.cpp3325 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
H A DTreeTransform.h2901 const UnresolvedSetImpl &UnqualLookups, Expr *LHS, Expr *RHS) { in RebuildCXXRewrittenBinaryOperator()
3094 const UnresolvedSetImpl &Functions,
15306 bool RequiresADL, const UnresolvedSetImpl &Functions, Expr *First, in RebuildCXXOperatorCallExpr()
H A DSemaDeclCXX.cpp8775 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison()
H A DSemaExpr.cpp16075 UnresolvedSetImpl &Functions) { in LookupBinOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4171 ASTContext &Context, const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization()
4188 ASTContext &Context, const UnresolvedSetImpl &Candidates, in Create()
4199 const UnresolvedSetImpl &Candidates, in DependentFunctionTemplateSpecializationInfo()
H A DDeclCXX.cpp1727 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()