Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp373 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
426 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
470 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h606 static bool IsClassType(lldb::opaque_compiler_type_t type);
H A DTypeSystemClang.cpp3493 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1655 bool *IsClassType = nullptr) { in isConstNotMutableType() argument
1666 if (IsClassType) in isConstNotMutableType()
1667 *IsClassType = RD; in isConstNotMutableType()
1678 bool IsClassType; in rejectConstNotMutableType() local
1679 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()
1681 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()