HomeSort by: relevance | last modified time | path
    Searched defs:Problem (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4492 const CXXCatchStmt *Problem = CTPB.getFoundHandler();
4497 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(),
4499 << Problem->getCaughtType();
4508 const CXXCatchStmt *Problem = R.first->second;
4512 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(),
4514 << Problem->getCaughtType();

Completed in 17 milliseconds