Home
last modified time | relevance | path

Searched defs:IsEnumerationType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h175 virtual bool IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp161 bool CompilerType::IsEnumerationType(bool &is_signed) const { in IsEnumerationType() function in CompilerType
H A DClangASTContext.cpp3394 bool ClangASTContext::IsEnumerationType(lldb::opaque_compiler_type_t type, in IsEnumerationType() function in ClangASTContext