HomeSort by relevance Sort by last modified time
    Searched refs:TemplateSpecCandidateSet (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Sema/
TemplateDeduction.h 239 /// TemplateSpecCandidateSet - A set of generalized overload candidates,
243 class TemplateSpecCandidateSet {
247 TemplateSpecCandidateSet(
248 const TemplateSpecCandidateSet &) LLVM_DELETED_FUNCTION;
249 void operator=(const TemplateSpecCandidateSet &) LLVM_DELETED_FUNCTION;
254 TemplateSpecCandidateSet(SourceLocation Loc) : Loc(Loc) {}
255 ~TemplateSpecCandidateSet() { destroyCandidates(); }
280 const_cast<TemplateSpecCandidateSet *>(this)->NoteCandidates(S, Loc);
Sema.h 182 class TemplateSpecCandidateSet;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]

Completed in 426 milliseconds