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 48 CorrectionDecls.push_back(NameDecl);
56 CorrectionDecls.push_back(Name);
120 return hasCorrectionDecl() ? *(CorrectionDecls.begin()) : 0;
129 CorrectionDecls.clear();
150 CorrectionDecls.clear();
151 CorrectionDecls.push_back(0);
155 // item in CorrectionDecls is NULL.
157 return !CorrectionDecls.empty() &&
158 CorrectionDecls.front() == 0;
168 bool isResolved() const { return !CorrectionDecls.empty();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 61 milliseconds