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 246 /// TemplateSpecCandidateSet - A set of generalized overload candidates,
250 class TemplateSpecCandidateSet {
254 TemplateSpecCandidateSet(
255 const TemplateSpecCandidateSet &) LLVM_DELETED_FUNCTION;
256 void operator=(const TemplateSpecCandidateSet &) LLVM_DELETED_FUNCTION;
261 TemplateSpecCandidateSet(SourceLocation Loc) : Loc(Loc) {}
262 ~TemplateSpecCandidateSet() { destroyCandidates(); }
287 const_cast<TemplateSpecCandidateSet *>(this)->NoteCandidates(S, Loc);
Sema.h 186 class TemplateSpecCandidateSet;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]

Completed in 496 milliseconds