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 212 const FunctionProtoType *OldProto =
216 EPI.ExceptionSpecType = OldProto->getExceptionSpecType();
218 EPI.NumExceptions = OldProto->getNumExceptions();
219 EPI.Exceptions = OldProto->exception_begin();
234 switch (OldProto->getExceptionSpecType()) {
242 for (FunctionProtoType::exception_iterator E = OldProto->exception_begin(),
243 EEnd = OldProto->exception_end();
263 OldProto->getNoexceptExpr()->printPretty(OS, 0, getPrintingPolicy());
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 83 milliseconds