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 45 : CorrectionName(Name), CorrectionNameSpec(NNS),
55 : CorrectionName(Name->getDeclName()), CorrectionNameSpec(NNS),
64 : CorrectionName(Name), CorrectionNameSpec(NNS),
74 DeclarationName getCorrection() const { return CorrectionName; }
76 return CorrectionName.getAsIdentifierInfo();
168 explicit operator bool() const { return bool(CorrectionName); }
233 DeclarationName CorrectionName;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 632 milliseconds