Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h45 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function
55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
64 : CorrectionName(Name), CorrectionNameSpec(NNS), in CorrectionName() function
74 DeclarationName getCorrection() const { return CorrectionName; } in getCorrection()
76 return CorrectionName.getAsIdentifierInfo(); in getCorrectionAsIdentifierInfo()
175 explicit operator bool() const { return bool(CorrectionName); }
239 DeclarationName CorrectionName; variable
/external/clang/lib/Sema/
DSemaLookup.cpp4818 if (!CorrectionName) in addCorrectionDecl()
4819 CorrectionName = CDecl->getDeclName(); in addCorrectionDecl()
4827 PrefixOStream << CorrectionName; in getAsString()
4831 return CorrectionName.getAsString(); in getAsString()