HomeSort by relevance Sort by last modified time
    Searched refs:IsFunctionType (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/API/
SBType.h 94 IsFunctionType ();
  /external/lldb/scripts/Python/interface/
SBType.i 166 IsFunctionType ();
259 __swig_getmethods__["is_function"] = IsFunctionType
  /external/lldb/source/API/
SBType.cpp 199 SBType::IsFunctionType ()
203 return m_opaque_sp->GetClangASTType().IsFunctionType();
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 156 IsFunctionType (bool *is_variadic_ptr = NULL) const;
  /external/lldb/source/Symbol/
ClangASTType.cpp 344 ClangASTType::IsFunctionType (bool *is_variadic_ptr) const
350 if (qual_type->isFunctionType())
369 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionType();
371 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsFunctionType();
373 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsFunctionType();
380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
    [all...]

Completed in 176 milliseconds