Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1018 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
H A DTypeSystemClang.cpp934 GetOpaqueCompilerType(&ast, basic_type); in GetBasicType()
2008 TypeSystemClang::GetOpaqueCompilerType(clang::ASTContext *ast, in GetOpaqueCompilerType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp303 TypeSystemClang::GetOpaqueCompilerType(&context, lldb::eBasicTypeBool); in TEST_F()