Home
last modified time | relevance | path

Searched defs:IsFunctionType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp253 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h46 IsFunctionType, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp132 bool CompilerType::IsFunctionType() const { in IsFunctionType() function in CompilerType
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3015 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { in IsFunctionType() function in TypeSystemClang