Home
last modified time | relevance | path

Searched defs:TypoExprs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8619 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; global() member in __anon8de2821a1411::FindTypoExprs
8622 FindTypoExprs(llvm::SmallSetVector<TypoExpr *,2> & TypoExprs) FindTypoExprs() argument
8636 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; global() member in __anon8de2821a1411::TransformTypos
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h8983 llvm::SmallVector<TypoExpr *, 2> TypoExprs; global() variable