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

  /external/clang/include/clang/Sema/
TemplateDeduction.h 258 void destroyCandidates();
262 ~TemplateSpecCandidateSet() { destroyCandidates(); }
Overload.h 727 void destroyCandidates();
732 ~OverloadCandidateSet() { destroyCandidates(); }
  /external/clang/lib/Sema/
SemaOverload.cpp 786 void OverloadCandidateSet::destroyCandidates() {
796 destroyCandidates();
    [all...]

Completed in 138 milliseconds