Lines Matching full:ctx_
74 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
85 if (InV8Namespace(f) && GetMangledName(ctx_, f, &name)) {
137 clang::MangleContext* ctx_;
239 ctx_(ctx),
371 return (fn != NULL) && KnownToCauseGC(ctx_, fn);
384 clang::MangleContext* ctx_;
398 : ctx_(ctx), decl_ctx_(ctx.getTranslationUnitDecl()) {
402 : ctx_(ctx), decl_ctx_(decl_ctx) {
406 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
407 return ctx_.DeclarationNames.getIdentifier(ident);
411 return Resolver(ctx_, Resolve<clang::NamespaceDecl>(n));
432 clang::ASTContext& ctx_;