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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 216 const FunctionProtoType *OldProto =
220 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
222 EPI.NumExceptions = OldProto->getNumExceptions();
223 EPI.Exceptions = OldProto->exception_begin();
258 switch (OldProto->getExceptionSpecType()) {
266 for (FunctionProtoType::exception_iterator E = OldProto->exception_begin(),
267 EEnd = OldProto->exception_end();
287 OldProto->getNoexceptExpr()->printPretty(OS, 0, getPrintingPolicy());
    [all...]
SemaDecl.cpp     [all...]

Completed in 210 milliseconds