Home | History | Annotate | Download | only in Sema

Lines Matching full:candidate

1971   // Determine whether this name might be a candidate for
3886 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
3887 if (!candidate.getCorrectionSpecifier() ||
3888 candidate.getCorrectionAsIdentifierInfo() != FunctionName) {
3892 return FunctionCallFilterCCC::ValidateCandidate(candidate);
11848 // expression or a member of a set of candidate functions, if selected by