Searched refs:ClassDeclCtx (Results 1 – 1 of 1) sorted by relevance
408 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F() local409 EXPECT_NE(nullptr, ClassDeclCtx); in TEST_F()417 auto ClassCompilerDeclCtx = CompilerDeclContext(clang_ast_ctx, ClassDeclCtx); in TEST_F()