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 __anond3b2cfb00311::FindTypoExprs
6740 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs()
6754 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anond3b2cfb00311::TransformTypos
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp7977 llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs; member in __anon33c980de1111::FindTypoExprs
7980 explicit FindTypoExprs(llvm::SmallSetVector<TypoExpr *, 2> &TypoExprs) in FindTypoExprs()
7994 llvm::SmallSetVector<TypoExpr *, 2> TypoExprs, AmbiguousTypoExprs; member in __anon33c980de1111::TransformTypos
/external/llvm-project/clang/include/clang/Sema/
DSema.h437 llvm::SmallVector<TypoExpr *, 2> TypoExprs; variable