Lines Matching refs:CPT
3913 const FunctionProtoType *CPT = in HasNoThrowOperator() local
3915 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
3916 if (!CPT || !CPT->isNothrow(C)) in HasNoThrowOperator()
4149 const FunctionProtoType *CPT = in EvaluateUnaryTypeTrait() local
4151 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
4152 if (!CPT || !CPT->isNothrow(C)) in EvaluateUnaryTypeTrait()
4235 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
4237 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
4238 if (!CPT) in EvaluateUnaryTypeTrait()
4242 if (!CPT->isNothrow(C) || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()
4271 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local
4273 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
4274 if (!CPT) in EvaluateUnaryTypeTrait()
4278 if (!CPT->isNothrow(C) || CPT->getNumParams() > 0) in EvaluateUnaryTypeTrait()