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),
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;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 37 milliseconds