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

  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 59 T->isFunctionPointerType() ||
73 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType())
    [all...]
SValBuilder.cpp 452 if (originalTy->isBlockPointerType() || originalTy->isFunctionPointerType()) {
  /external/clang/include/clang/AST/
CanonicalType.h 274 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFunctionPointerType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 230 else if (TD->getUnderlyingType()->isFunctionPointerType())
    [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/AST/
CommentSema.cpp 843 return QT->isFunctionPointerType();
    [all...]
DeclBase.cpp 718 if (Ty->isFunctionPointerType())
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 430 if (RT->isBlockPointerType() || RT->isFunctionPointerType())
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /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...]

Completed in 1511 milliseconds