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

/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h438 struct EnqueueJob { struct in class:clang::RecursiveASTVisitor
442 EnqueueJob(Stmt *S) : S(S), StmtIt() {} function in struct:clang::RecursiveASTVisitor::EnqueueJob
451 SmallVector<EnqueueJob, 16> Queue;
455 EnqueueJob &job = Queue.back();

Completed in 94 milliseconds