Searched refs:getCorrectionSpecifier (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h91 NestedNameSpecifier *getCorrectionSpecifier() const { function in class:clang::TypoCorrection
345 candidate.getCorrectionSpecifier() == TypoNNS;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp639 if (Corrected.getCorrectionSpecifier())
640 SS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
H A DSemaExprCXX.cpp7787 if (auto *NNS = TC.getCorrectionSpecifier())
7798 if (auto *NNS = TC.getCorrectionSpecifier())
H A DSemaLookup.cpp5218 !candidate.getCorrectionSpecifier())
H A DSemaDecl.cpp385 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
712 if (Corrected.getCorrectionSpecifier())
713 tmpSS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
H A DSemaDeclCXX.cpp11524 if (Candidate.WillReplaceSpecifier() && !Candidate.getCorrectionSpecifier())
11545 ? Candidate.getCorrectionSpecifier()
11764 Builder.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
H A DSemaExpr.cpp2166 if (Corrected.getCorrectionSpecifier()) {
2167 const Type *Ty = Corrected.getCorrectionSpecifier()->getAsType();
5084 if (!candidate.getCorrectionSpecifier() ||
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp133 return !candidate.getCorrectionSpecifier() || isa<ObjCIvarDecl>(FD);

Completed in 417 milliseconds