Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
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
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaLookup.cpp5516 if (!CorrectionName) in addCorrectionDecl()
5517 CorrectionName = CDecl->getDeclName(); in addCorrectionDecl()
5525 PrefixOStream << CorrectionName; in getAsString()
5529 return CorrectionName.getAsString(); in getAsString()