HomeSort by relevance Sort by last modified time
    Searched refs:CorrectionName (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
TypoCorrection.h 44 : CorrectionName(Name), CorrectionNameSpec(NNS),
53 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
61 : CorrectionName(Name), CorrectionNameSpec(NNS),
69 DeclarationName getCorrection() const { return CorrectionName; }
71 return CorrectionName.getAsIdentifierInfo();
143 operator bool() const { return bool(CorrectionName); }
202 DeclarationName CorrectionName;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 138 milliseconds