Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h4986 bool EPIChanged = false; in TransformFunctionProtoType() local
4987 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType()
4996 EPIChanged = true; in TransformFunctionProtoType()
5000 EPIChanged = true; in TransformFunctionProtoType()
5006 T->getParamTypes() != llvm::makeArrayRef(ParamTypes) || EPIChanged) { in TransformFunctionProtoType()