Home | History | Annotate | Download | only in Sema

Lines Matching refs:CPT

3175             const FunctionProtoType *CPT
3177 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3178 if (!CPT)
3180 if (!CPT->isNothrow(Self.Context))
3215 const FunctionProtoType *CPT
3217 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3218 if (!CPT)
3222 if (!CPT->isNothrow(Self.Context) || CPT->getNumArgs() > 1)
3251 const FunctionProtoType *CPT
3253 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3254 if (!CPT)
3258 return CPT->isNothrow(Self.Context) && CPT->getNumArgs() == 0;