Searched refs:CorrectionName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h62 : CorrectionName(Name), CorrectionNameSpec(NNS),
70 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
78 : CorrectionName(Name), CorrectionNameSpec(NNS),
84 DeclarationName getCorrection() const { return CorrectionName; }
87 return CorrectionName.getAsIdentifierInfo();
188 explicit operator bool() const { return bool(CorrectionName); }
266 DeclarationName CorrectionName; member in class:clang::TypoCorrection
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5089 if (!CorrectionName)
5090 CorrectionName = CDecl->getDeclName();
5098 PrefixOStream << CorrectionName;
5102 return CorrectionName.getAsString();

Completed in 74 milliseconds