Home
last modified time | relevance | path

Searched refs:destroyCandidates (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h356 void destroyCandidates();
364 ~TemplateSpecCandidateSet() { destroyCandidates(); } in ~TemplateSpecCandidateSet()
H A DOverload.h1328 void destroyCandidates();
1339 ~OverloadCandidateSet() { destroyCandidates(); } in ~OverloadCandidateSet()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1112 void OverloadCandidateSet::destroyCandidates() { in destroyCandidates() function in OverloadCandidateSet
1122 destroyCandidates(); in clear()
13369 void TemplateSpecCandidateSet::destroyCandidates() { in destroyCandidates() function in TemplateSpecCandidateSet
13376 destroyCandidates(); in clear()