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 273 const FunctionProtoType *OldProto =
276 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
278 ESI.Exceptions = OldProto->exceptions();
312 switch (OldProto->getExceptionSpecType()) {
320 for (const auto &E : OldProto->exceptions()) {
338 assert(OldProto->getNoexceptExpr() != nullptr && "Expected non-null Expr");
339 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 120 milliseconds