Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DUnresolvedSet.h32 friend class UnresolvedSetImpl; variable
55 class UnresolvedSetImpl {
62 UnresolvedSetImpl() {} in UnresolvedSetImpl() function
63 UnresolvedSetImpl(const UnresolvedSetImpl &) {} in UnresolvedSetImpl() function
133 public UnresolvedSetImpl {
DDeclTemplate.h580 const UnresolvedSetImpl &Templates,
585 Create(ASTContext &Context, const UnresolvedSetImpl &Templates,
DDecl.h50 class UnresolvedSetImpl; variable
2219 const UnresolvedSetImpl &Templates,
DExprCXX.h2514 typedef UnresolvedSetImpl::iterator decls_iterator;
/external/clang/include/clang/Sema/
DLookup.h127 typedef UnresolvedSetImpl::iterator iterator;
272 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
DSema.h177 class UnresolvedSetImpl; variable
2393 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
2560 const UnresolvedSetImpl &Fns,
2565 const UnresolvedSetImpl &Fns,
2790 UnresolvedSetImpl &Functions);
2791 void addOverloadedOperatorToUnresolvedSet(UnresolvedSetImpl &Functions,
3663 UnresolvedSetImpl &NonTemplateOverloads);
/external/clang/lib/Sema/
DSema.cpp1305 UnresolvedSetImpl &OverloadSet) { in tryExprAsCall()
1407 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
1411 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
1431 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
DSemaOverload.cpp5275 QualType T, UnresolvedSetImpl &ViableConversions) { in diagnoseAmbiguousConversion()
5294 UnresolvedSetImpl &ExplicitConversions) { in diagnoseNoViableConversion()
5371 UnresolvedSetImpl &ViableConversions, in collectViableConversionCandidates()
5995 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
11231 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded()
11253 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
11439 const UnresolvedSetImpl &Fns, in CreateOverloadedBinOp()
DSemaLookup.cpp2705 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
/external/clang/lib/AST/
DDecl.cpp3126 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization()
3137 ASTContext &Context, const UnresolvedSetImpl &Ts, in Create()
3146 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
DExprCXX.cpp348 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) { in OverloadExpr()
DDeclCXX.cpp1068 UnresolvedSetImpl &VOutput, in CollectVisibleConversions()