Home | History | Annotate | Download | only in Sema

Lines Matching full:candidate

2300   bool ValidateCandidate(const TypoCorrection &candidate) LLVM_OVERRIDE {
2301 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
6613 bool ValidateCandidate(const TypoCorrection &candidate) LLVM_OVERRIDE {
6614 if (NamedDecl *ND = candidate.getCorrectionDecl())
7056 bool ValidateCandidate(const TypoCorrection &Candidate) LLVM_OVERRIDE {
7057 NamedDecl *ND = Candidate.getCorrectionDecl();
7064 if (Candidate.WillReplaceSpecifier() && !Candidate.getCorrectionSpecifier())
8076 // The candidate set of inherited constructors from the class X named in
8108 // [F]or each constructor template in the candidate set of inherited
8113 // For each non-template constructor in the candidate set of inherited