Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DUnresolvedSet.h35 friend class UnresolvedSetImpl; variable
92 class UnresolvedSetImpl {
99 UnresolvedSetImpl() {} in UnresolvedSetImpl() function
100 UnresolvedSetImpl(const UnresolvedSetImpl &) LLVM_DELETED_FUNCTION;
182 public UnresolvedSetImpl {
DDecl.h45 class UnresolvedSetImpl; variable
1972 const UnresolvedSetImpl &Templates,
DDeclTemplate.h485 const UnresolvedSetImpl &Templates,
DExprCXX.h2356 typedef UnresolvedSetImpl::iterator decls_iterator;
/external/clang/include/clang/Sema/
DLookup.h127 typedef UnresolvedSetImpl::iterator iterator;
268 const UnresolvedSetImpl &asUnresolvedSet() const { in asUnresolvedSet()
DSema.h163 class UnresolvedSetImpl; variable
1971 void AddFunctionCandidates(const UnresolvedSetImpl &Functions,
2128 const UnresolvedSetImpl &Fns,
2133 const UnresolvedSetImpl &Fns,
2307 UnresolvedSetImpl &Functions);
2976 UnresolvedSetImpl &NonTemplateOverloads);
/external/clang/lib/Sema/
DSema.cpp1140 UnresolvedSetImpl &OverloadSet) { in isExprCallable()
1215 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
1219 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
1239 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
DSemaOverload.cpp5425 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
10008 static bool IsOverloaded(const UnresolvedSetImpl &Functions) { in IsOverloaded()
10031 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
10230 const UnresolvedSetImpl &Fns, in CreateOverloadedBinOp()
DSemaLookup.cpp2189 UnresolvedSetImpl &Functions) { in LookupOverloadedOperatorName()
/external/clang/lib/AST/
DDecl.cpp2562 const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization()
2576 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()
DDeclCXX.cpp973 UnresolvedSetImpl &VOutput, in CollectVisibleConversions()
DExprCXX.cpp290 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) { in OverloadExpr()