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),
62 : CorrectionName(Name), CorrectionNameSpec(NNS),
71 DeclarationName getCorrection() const { return CorrectionName; }
73 return CorrectionName.getAsIdentifierInfo();
154 LLVM_EXPLICIT operator bool() const { return bool(CorrectionName); }
215 DeclarationName CorrectionName;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 114 milliseconds