HomeSort by relevance Sort by last modified time
    Searched refs:getCorrectionDecl (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Sema/
TypoCorrection.h 119 NamedDecl* getCorrectionDecl() const {
124 return dyn_cast_or_null<DeclClass>(getCorrectionDecl());
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 382 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
524 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
    [all...]
SemaTemplateVariadic.cpp 777 NamedDecl *ND = candidate.getCorrectionDecl();
821 ParameterPack = Corrected.getCorrectionDecl();
SemaExprMember.cpp 546 NamedDecl *ND = candidate.getCorrectionDecl();
609 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
    [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp 71 if (NamedDecl *ND = candidate.getCorrectionDecl())
247 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
428 NamedDecl *Result = Corrected.getCorrectionDecl();
668 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp 327 if (Corrected.getCorrectionDecl())
328 Found.addDecl(Corrected.getCorrectionDecl());
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 434 NamedDecl *ND = candidate.getCorrectionDecl();
    [all...]

Completed in 293 milliseconds