HomeSort by: relevance | last modified time | path
    Searched refs:requiresImport (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 248 bool requiresImport() const { return RequiresImport; }
249 void setRequiresImport(bool Req) { RequiresImport = Req; }
274 bool RequiresImport = false;
341 return Typo && candidate.isResolved() && !candidate.requiresImport() &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 4140 /// visible. Set the correction's RequiresImport flag to true if none of the
4370 if (TC.isResolved() || TC.requiresImport() || resolveCorrection(TC)) {
5458 if (Correction.requiresImport()) {

Completed in 20 milliseconds