Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp4977 auto &State = DelayedTypos[TE]; in createDelayedTypo()
4985 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
4986 assert(Entry != DelayedTypos.end() && in getTypoExprState()
4992 DelayedTypos.erase(TE); in clearDelayedTypo()
DSema.cpp290 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
DSemaExprCXX.cpp6678 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
6681 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/external/clang/include/clang/Sema/
DSema.h2729 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable