Searched defs:IsAnonymousType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Symbol/ | ||
H A D | TypeSystem.cpp | 69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem |
H A D | CompilerType.cpp | 38 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType |
/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 277 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 2796 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { IsAnonymousType() function in TypeSystemClang |