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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h44 : CorrectionName(Name), CorrectionNameSpec(NNS),
54 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
63 : CorrectionName(Name), CorrectionNameSpec(NNS),
73 DeclarationName getCorrection() const { return CorrectionName; }
75 return CorrectionName.getAsIdentifierInfo();
167 LLVM_EXPLICIT operator bool() const { return bool(CorrectionName); }
233 DeclarationName CorrectionName; member in class:clang::TypoCorrection

Completed in 251 milliseconds