Home
last modified time | relevance | path

Searched refs:IsIntegerOrUnscopedEnumerationType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h208 bool IsIntegerOrUnscopedEnumerationType() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp346 bool CompilerType::IsIntegerOrUnscopedEnumerationType() const { in IsIntegerOrUnscopedEnumerationType() function in CompilerType