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

  /external/clang/include/clang/Sema/
TypoCorrection.h 47 CorrectionDecls.push_back(NameDecl);
55 CorrectionDecls.push_back(Name);
119 return hasCorrectionDecl() ? *(CorrectionDecls.begin()) : 0;
128 CorrectionDecls.clear();
149 CorrectionDecls.clear();
150 CorrectionDecls.push_back(0);
154 // item in CorrectionDecls is NULL.
156 return !CorrectionDecls.empty() &&
157 CorrectionDecls.front() == 0;
167 bool isResolved() const { return !CorrectionDecls.empty();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 213 milliseconds