Searched defs:decl_ctx_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/gcmole/
H A Dgcmole.cc89 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
93 : ctx_(ctx), decl_ctx_(decl_ctx) {
107 if (decl_ctx_ == NULL) return NULL;
110 decl_ctx_->lookup(ResolveName(n));
124 clang::DeclContext* decl_ctx_; member in struct:__anon12944::Resolver

Completed in 36 milliseconds