Searched defs:IsFunctionType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 235 bool SBType::IsFunctionType() { IsFunctionType() function in SBType |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ | ||
H A D | LVScope.h | 46 IsFunctionType, enumerator |
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | CompilerType.cpp | 111 bool CompilerType::IsFunctionType() const { IsFunctionType() function in CompilerType |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 2978 bool TypeSystemClang::IsFunctionType(lldb::opaque_compiler_type_t type) { IsFunctionType() function in TypeSystemClang |