HomeSort by relevance Sort by last modified time
    Searched refs:NewEPI (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 140 FunctionProtoType::ExtProtoInfo NewEPI = Proto->getExtProtoInfo();
141 NewEPI.ExceptionSpecType = EPI.ExceptionSpecType;
142 NewEPI.NumExceptions = EPI.NumExceptions;
143 NewEPI.Exceptions = EPI.Exceptions;
144 NewEPI.NoexceptExpr = EPI.NoexceptExpr;
146 Proto->getParamTypes(), NewEPI));
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 43 milliseconds