Searched refs:getCorrectionDecl (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/Sema/
H A DTypoCorrection.h132 NamedDecl *getCorrectionDecl() const { function in class:clang::TypoCorrection
137 return dyn_cast_or_null<DeclClass>(getCorrectionDecl());
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp367 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
563 if (NamedDecl *ND = Corrected.getCorrectionDecl())
H A DSemaTemplateVariadic.cpp771 NamedDecl *ND = candidate.getCorrectionDecl();
817 ParameterPack = Corrected.getCorrectionDecl();
H A DSemaLookup.cpp3550 if (NamedDecl *NewND = Correction.getCorrectionDecl()) {
3558 if (RI->getCorrectionDecl() == NewND) {
4270 NamedDecl *CorrectionDecl = Cached->second.getCorrectionDecl();
4490 if (!candidate.getCorrectionDecl())
4590 NamedDecl *Decl = Correction.getCorrectionDecl();
4617 Correction.isKeyword() ? nullptr : Correction.getCorrectionDecl();
H A DSemaExprMember.cpp561 NamedDecl *ND = candidate.getCorrectionDecl();
H A DSemaDeclCXX.cpp2556 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
7042 if (NamedDecl *ND = candidate.getCorrectionDecl())
7073 R.addDecl(Corrected.getCorrectionDecl());
7499 NamedDecl *ND = Candidate.getCorrectionDecl();
7691 NamedDecl *ND = Corrected.getCorrectionDecl();
H A DSemaTemplate.cpp331 if (Corrected.getCorrectionDecl())
332 Found.addDecl(Corrected.getCorrectionDecl());
H A DSemaExpr.cpp1854 NamedDecl *ND = Corrected.getCorrectionDecl();
1913 unsigned NoteID = (Corrected.getCorrectionDecl() &&
1914 isa<ImplicitParamDecl>(Corrected.getCorrectionDecl()))
4092 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
H A DSemaOpenMP.cpp548 NamedDecl *ND = Candidate.getCorrectionDecl();
H A DSemaDecl.cpp77 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
770 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
6354 Correction.getCorrectionDecl()->getDeclContext(),
/external/clang/lib/Parse/
H A DParseExpr.cpp432 NamedDecl *ND = candidate.getCorrectionDecl();

Completed in 2329 milliseconds