Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5871 bool EPIChanged = false; in TransformFunctionProtoType() local
5872 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType()
5881 EPIChanged = true; in TransformFunctionProtoType()
5885 EPIChanged = true; in TransformFunctionProtoType()
5891 T->getParamTypes() != llvm::makeArrayRef(ParamTypes) || EPIChanged) { in TransformFunctionProtoType()