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 267 const FunctionProtoType *OldProto =
270 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
272 ESI.Exceptions = OldProto->exceptions();
306 switch (OldProto->getExceptionSpecType()) {
314 for (const auto &E : OldProto->exceptions()) {
332 assert(OldProto->getNoexceptExpr() != nullptr && "Expected non-null Expr");
333 OldProto->getNoexceptExpr()->printPretty(OS, nullptr, getPrintingPolicy());
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 190 milliseconds