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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 238 const FunctionProtoType *OldProto =
242 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
244 EPI.NumExceptions = OldProto->getNumExceptions();
245 EPI.Exceptions = OldProto->exception_begin();
260 switch (OldProto->getExceptionSpecType()) {
268 for (const auto &E : OldProto->exceptions()) {
286 assert(OldProto->getNoexceptExpr() != nullptr && "Expected non-null Expr");
287 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 576 milliseconds