Searched defs:StmtStack (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Index/ | ||
H A D | IndexBody.cpp | 26 SmallVector<Stmt*, 16> StmtStack; member in __anon1d8962c70111::BodyIndexer |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaAvailability.cpp | 772 SmallVector<const Stmt *, 16> StmtStack; member in __anon2feca2d00411::DiagnoseUnguardedAvailability |
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 1241 SmallVector<Stmt *, 16> StmtStack; variable |