Home | History | Annotate | Download | only in Symbol

Lines Matching refs:isFunctionPointerType

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();