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

  /external/clang/include/clang/Sema/
SemaInternal.h 156 const TypoCorrection &getNextCorrection();
158 /// \brief Get the last correction returned by getNextCorrection().
165 /// \brief Return the next typo correction like getNextCorrection, but keep
167 /// getNextCorrection is called, it will return the same correction returned
171 const TypoCorrection &TC = getNextCorrection();
177 /// (i.e. getNextCorrection() will return each of the previously returned
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 440 milliseconds