Home
last modified time | relevance | path

Searched refs:IsRuntimeGeneratedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h132 bool IsRuntimeGeneratedType() const;
H A DTypeSystem.h383 virtual bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h615 bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp85 bool CompilerType::IsRuntimeGeneratedType() const { in IsRuntimeGeneratedType() function in CompilerType
87 return m_type_system->IsRuntimeGeneratedType(m_type); in IsRuntimeGeneratedType()
H A DClangASTContext.cpp3036 bool ClangASTContext::IsRuntimeGeneratedType( in IsRuntimeGeneratedType() function in ClangASTContext