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

  /external/clang/lib/Sema/
TargetAttributesSema.cpp 136 if (VD && VD->getType()->isFunctionPointerType())
140 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||
SemaCast.cpp     [all...]
SemaDeclAttr.cpp 66 if (Ty->isFunctionPointerType())
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 341 if (originalTy->isBlockPointerType() || originalTy->isFunctionPointerType()) {
CallEvent.cpp 57 T->isFunctionPointerType() ||
72 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType())
  /external/clang/include/clang/AST/
CanonicalType.h 275 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFunctionPointerType)
Type.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 121 milliseconds