Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp364 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
417 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
461 EXPECT_TRUE(TypeSystemClang::IsClassType(compiler_type.GetOpaqueQualType())); in TEST_F()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h615 static bool IsClassType(lldb::opaque_compiler_type_t type);
DTypeSystemClang.cpp3386 bool TypeSystemClang::IsClassType(lldb::opaque_compiler_type_t type) { in IsClassType() function in TypeSystemClang
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1554 bool *IsClassType = nullptr) { in isConstNotMutableType() argument
1565 if (IsClassType) in isConstNotMutableType()
1566 *IsClassType = RD; in isConstNotMutableType()
1577 bool IsClassType; in rejectConstNotMutableType() local
1578 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()
1581 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()