Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp6737 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anonffd7a8a90311::FindTypoExprs
6740 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs()
6754 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anonffd7a8a90311::TransformTypos
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp7977 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anoncc8566771111::FindTypoExprs
7980 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs()
7994 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anoncc8566771111::TransformTypos
/external/llvm-project/clang/include/clang/Sema/
DSema.h437 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable