Searched defs:TemplateSpecCandidateSet (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DTemplateDeduction.h239 /// TemplateSpecCandidateSet - A set of generalized overload candidates,
243 class TemplateSpecCandidateSet { class in namespace:clang
247 TemplateSpecCandidateSet(
248 const TemplateSpecCandidateSet &) LLVM_DELETED_FUNCTION;
249 void operator=(const TemplateSpecCandidateSet &) LLVM_DELETED_FUNCTION;
254 TemplateSpecCandidateSet(SourceLocation Loc) : Loc(Loc) {} function in class:clang::TemplateSpecCandidateSet
255 ~TemplateSpecCandidateSet() { destroyCandidates(); }
280 const_cast<TemplateSpecCandidateSet *>(this)->NoteCandidates(S, Loc);

Completed in 99 milliseconds