Home
last modified time | relevance | path

Searched refs:getExceptionDecl (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
DRecursiveASTVisitor.h1906 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/external/clang/lib/Sema/
DSemaStmt.cpp3601 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
3605 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
3632 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3635 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3647 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3650 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
DTreeTransform.h6758 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp541 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/external/clang/lib/Analysis/
DCFG.cpp3307 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
3347 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
4018 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
4351 if (CS->getExceptionDecl()) in print_block()
4352 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2702 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/external/clang/lib/CodeGen/
DCGException.cpp550 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
DItaniumCXXABI.cpp3765 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
DMicrosoftCXXABI.cpp895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/external/clang/lib/AST/
DStmtPrinter.cpp515 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
DASTDumper.cpp1693 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
DASTImporter.cpp4864 if (VarDecl *FromExceptionDecl = S->getExceptionDecl()) { in VisitCXXCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1140 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()
/external/clang/tools/libclang/
DCIndex.cpp2315 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()