Home
last modified time | relevance | path

Searched refs:peekNextCorrection (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DSemaInternal.h182 const TypoCorrection &peekNextCorrection() { in peekNextCorrection() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp6937 if ((Next = State.Consumer->peekNextCorrection()) && in TransformTypoExpr()