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 171 const FunctionProtoType *OldProto
175 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
177 EPI.NumExceptions = OldProto->getNumExceptions();
178 EPI.Exceptions = OldProto->exception_begin();
212 switch (OldProto->getExceptionSpecType()) {
220 for (FunctionProtoType::exception_iterator E = OldProto->exception_begin(),
221 EEnd = OldProto->exception_end();
241 OldProto->getNoexceptExpr()->printPretty(OS, Context, 0,
    [all...]
SemaDecl.cpp     [all...]

Completed in 89 milliseconds