Home
last modified time | relevance | path

Searched refs:decl_stack_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/plugins/
DCheckIPCVisitor.cpp58 decl_stack_.push_back(decl); in BeginDecl()
62 decl_stack_.pop_back(); in EndDecl()
162 for (auto i = decl_stack_.rbegin(); i != decl_stack_.rend(); ++i) { in GetParentDecl()
DCheckIPCVisitor.h92 std::vector<const clang::Decl*> decl_stack_; variable