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

  /external/clang/include/clang/Sema/
TypoCorrection.h 80 NestedNameSpecifier* getCorrectionSpecifier() const {
307 candidate.getCorrectionSpecifier() == TypoNNS;
  /external/clang/lib/Parse/
ParseStmt.cpp 133 return !candidate.getCorrectionSpecifier() || isa<ObjCIvarDecl>(FD);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp 338 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
592 if (Corrected.getCorrectionSpecifier())
593 tmpSS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 61 milliseconds