Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp494 EXPECT_TRUE(TypeSystemClang::IsEnumType(compiler_type.GetOpaqueQualType())); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h608 static bool IsEnumType(lldb::opaque_compiler_type_t type);
H A DTypeSystemClang.cpp3501 bool TypeSystemClang::IsEnumType(lldb::opaque_compiler_type_t type) { in IsEnumType() function in TypeSystemClang