Searched refs:IsFunctionType (Results 1 – 9 of 9) sorted by relevance
60 static bool IsFunctionType(const MCValue &Target) { in IsFunctionType() function110 if (IsFunctionType(Target)) in getRelocType()
117 bool IsFunctionType();
194 bool SBType::IsFunctionType() { in IsFunctionType() function in SBType197 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType()
100 bool IsFunctionType(bool *is_variadic_ptr = nullptr) const;
157 virtual bool IsFunctionType(lldb::opaque_compiler_type_t type,
572 bool IsFunctionType(lldb::opaque_compiler_type_t type,
115 bool CompilerType::IsFunctionType(bool *is_variadic_ptr) const { in IsFunctionType() function in CompilerType117 return m_type_system->IsFunctionType(m_type, is_variadic_ptr); in IsFunctionType()
3095 bool ClangASTContext::IsFunctionType(lldb::opaque_compiler_type_t type, in IsFunctionType() function in ClangASTContext3117 return IsFunctionType(llvm::cast<clang::TypedefType>(qual_type) in IsFunctionType()3123 return IsFunctionType(llvm::cast<clang::AutoType>(qual_type) in IsFunctionType()3128 return IsFunctionType(llvm::cast<clang::ElaboratedType>(qual_type) in IsFunctionType()3133 return IsFunctionType( in IsFunctionType()3141 return IsFunctionType(reference_type->getPointeeType().getAsOpaquePtr(), in IsFunctionType()
1592 if (!function_type.IsFunctionType()) { in DoGuessValueAt()