HomeSort by relevance Sort by last modified time
    Searched defs:NoteCandidates (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
TemplateDeduction.h 284 void NoteCandidates(Sema &S, SourceLocation Loc);
286 void NoteCandidates(Sema &S, SourceLocation Loc) const {
287 const_cast<TemplateSpecCandidateSet *>(this)->NoteCandidates(S, Loc);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 48 milliseconds