Searched refs:StmtsTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h433 typedef SmallVector<Stmt *, 16> StmtsTy; typedef in class:clang::RecursiveASTVisitor
434 typedef SmallVector<StmtsTy *, 4> QueuesTy;
442 NewQueueRAII(StmtsTy &queue, RecursiveASTVisitor &RAV) : RAV(RAV) {
448 StmtsTy &getCurrentQueue() {
455 StmtsTy &CurrQueue;
473 StmtsTy Queue, StmtsToEnqueue;

Completed in 68 milliseconds