Lines Matching refs:CPT
3612 const FunctionProtoType *CPT = in HasNoThrowOperator() local
3614 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
3615 if (!CPT || !CPT->isNothrow(C)) in HasNoThrowOperator()
3900 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
3902 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3903 if (!CPT) in EvaluateUnaryTypeTrait()
3907 if (!CPT->isNothrow(Self.Context) || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()
3938 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
3940 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3941 if (!CPT) in EvaluateUnaryTypeTrait()
3945 if (!CPT->isNothrow(Self.Context) || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()