Searched refs:Candidate (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp7972 bool ValidateCandidate(const TypoCorrection &Candidate) override {
7973 NamedDecl *ND = Candidate.getCorrectionDecl();
7980 if (Candidate.WillReplaceSpecifier() && !Candidate.getCorrectionSpecifier())
7997 Candidate.WillReplaceSpecifier()
7998 ? Candidate.getCorrectionSpecifier()
H A DSemaOpenMP.cpp1002 bool ValidateCandidate(const TypoCorrection &Candidate) override {
1003 NamedDecl *ND = Candidate.getCorrectionDecl();
H A DSemaDecl.cpp8346 NamedDecl *Candidate = Previous.getRepresentativeDecl(); local
8347 if (shouldLinkPossiblyHiddenDecl(Candidate, NewFD)) {
8349 OldDecl = Candidate;

Completed in 125 milliseconds

12