Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h62 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function
70 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
78 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function
84 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection()
87 return CorrectionName.getAsIdentifierInfo(); in getCorrectionAsIdentifierInfo()
188 explicit operator bool() const { return bool(CorrectionName); }
266 DeclarationName CorrectionName; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5534 if (!CorrectionName) in addCorrectionDecl()
5535 CorrectionName = CDecl->getDeclName(); in addCorrectionDecl()
5543 PrefixOStream << CorrectionName; in getAsString()
5547 return CorrectionName.getAsString(); in getAsString()