Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp404 auto ClassCompilerType = Class->GetFullCompilerType(); in TEST_F() local
405 EXPECT_TRUE(ClassCompilerType.IsValid()); in TEST_F()
407 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F()