Home | History | Annotate | Download | only in gcmole

Lines Matching refs:ctx_

89       : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
93 : ctx_(ctx), decl_ctx_(decl_ctx) {
97 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
98 return ctx_.DeclarationNames.getIdentifier(ident);
102 return Resolver(ctx_, Resolve<clang::NamespaceDecl>(n));
123 clang::ASTContext& ctx_;
130 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
148 if (InV8Namespace(f) && GetMangledName(ctx_, f, &name)) {
200 clang::MangleContext* ctx_;
515 : ctx_(ctx),
863 if ((callee != NULL) && KnownToCauseGC(ctx_, callee)) {
1186 clang::MangleContext* ctx_;