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

  /external/lldb/include/lldb/Symbol/
ClangASTType.h 162 IsFunctionPointerType () const;
  /external/lldb/source/Symbol/
ClangASTType.cpp 390 ClangASTType::IsFunctionPointerType () const
396 if (qual_type->isFunctionPointerType())
405 return ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsFunctionPointerType();
407 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsFunctionPointerType();
409 return ClangASTType (m_ast, cast<clang::ParenType>(qual_type)->desugar()).IsFunctionPointerType();
416 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionPointerType();
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp 784 if (clang_type.IsFunctionPointerType ())
    [all...]

Completed in 1086 milliseconds