Home
last modified time | relevance | path

Searched refs:CPT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp2843 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
2845 if (CPT->getExceptionSpecType() == EST_Delayed) in EvaluateUnaryTypeTrait()
2847 if (!CPT->isNothrow(Self.Context)) in EvaluateUnaryTypeTrait()
2882 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
2884 if (CPT->getExceptionSpecType() == EST_Delayed) in EvaluateUnaryTypeTrait()
2888 if (!CPT->isNothrow(Self.Context) || CPT->getNumArgs() > 1) in EvaluateUnaryTypeTrait()
2917 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
2919 if (CPT->getExceptionSpecType() == EST_Delayed) in EvaluateUnaryTypeTrait()
2923 return CPT->isNothrow(Self.Context) && CPT->getNumArgs() == 0; in EvaluateUnaryTypeTrait()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp4631 const BlockPointerType *CPT = 0; in SynthesizeBlockCall() local
4634 CPT = DRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()
4637 CPT = CDRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()
4639 CPT = MExpr->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()
4645 CPT = IEXPR->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()
4660 CPT = IRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()
4664 assert(CPT && "RewriteBlockClass: Bad type"); in SynthesizeBlockCall()
4665 const FunctionType *FT = CPT->getPointeeType()->getAs<FunctionType>(); in SynthesizeBlockCall()