Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp5188 auto &State = DelayedTypos[TE]; in createDelayedTypo()
5196 auto Entry = DelayedTypos.find(TE); in getTypoExprState()
5197 assert(Entry != DelayedTypos.end() && in getTypoExprState()
5203 DelayedTypos.erase(TE); in clearDelayedTypo()
H A DSema.cpp371 assert(DelayedTypos.empty() && "Uncorrected typos!"); in ~Sema()
H A DSemaExprCXX.cpp7779 auto TyposResolved = DelayedTypos.size(); in CorrectDelayedTyposInExpr()
7781 TyposResolved -= DelayedTypos.size(); in CorrectDelayedTyposInExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3170 llvm::MapVector<TypoExpr *, TypoExprState> DelayedTypos; variable