Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp408 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F() local
409 EXPECT_NE(nullptr, ClassDeclCtx); in TEST_F()
417 auto ClassCompilerDeclCtx = CompilerDeclContext(clang_ast_ctx, ClassDeclCtx); in TEST_F()