HomeSort by: relevance | last modified time | path
    Searched refs:getCorrectionSpecifier (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 91 NestedNameSpecifier *getCorrectionSpecifier() const {
345 candidate.getCorrectionSpecifier() == TypoNNS;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 639 if (Corrected.getCorrectionSpecifier())
640 SS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
SemaExprCXX.cpp 8001 if (auto *NNS = TC.getCorrectionSpecifier())
8012 if (auto *NNS = TC.getCorrectionSpecifier())
SemaLookup.cpp 5224 !candidate.getCorrectionSpecifier())
SemaDecl.cpp 387 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
712 if (Corrected.getCorrectionSpecifier())
713 tmpSS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
SemaDeclCXX.cpp 11929 if (Candidate.WillReplaceSpecifier() && !Candidate.getCorrectionSpecifier())
11950 ? Candidate.getCorrectionSpecifier()
12168 Builder.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
SemaExpr.cpp 2310 if (Corrected.getCorrectionSpecifier()) {
2311 const Type *Ty = Corrected.getCorrectionSpecifier()->getAsType();
5717 if (!candidate.getCorrectionSpecifier() ||
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 141 return !candidate.getCorrectionSpecifier() || isa<ObjCIvarDecl>(FD);

Completed in 114 milliseconds