Home
last modified time | relevance | path

Searched refs:DelayedTypos (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaLookup.cpp4595 auto &State = DelayedTypos[TE]; in createDelayedTypo()
4603 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
4604 assert(Entry != DelayedTypos.end() && in getTypoExprState()
4610 DelayedTypos.erase(TE); in clearDelayedTypo()
DSema.cpp273 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
DSemaExprCXX.cpp6324 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
6327 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/external/clang/include/clang/Sema/
DSema.h2550 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable