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.h2005 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/external/clang/lib/Sema/
DSemaStmt.cpp3669 if (!H->getExceptionDecl()) { in ActOnCXXTryBlock()
3673 } else if (H->getExceptionDecl()->isInvalidDecl()) in ActOnCXXTryBlock()
3700 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3703 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3715 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3718 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
DTreeTransform.h6862 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.cpp3334 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
3374 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
4050 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
4383 if (CS->getExceptionDecl()) in print_block()
4384 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
/external/clang/lib/CodeGen/
DCGException.cpp550 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
DItaniumCXXABI.cpp3803 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
DMicrosoftCXXABI.cpp895 VarDecl *CatchParam = S->getExceptionDecl(); in emitBeginCatch()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2998 return Node.getExceptionDecl() == nullptr; in AST_MATCHER()
/external/clang/lib/AST/
DASTDumper.cpp1805 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
DStmtPrinter.cpp516 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
DASTImporter.cpp5162 if (VarDecl *FromExceptionDecl = S->getExceptionDecl()) { in VisitCXXCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1152 Record.AddDeclRef(S->getExceptionDecl()); in VisitCXXCatchStmt()
/external/clang/tools/libclang/
DCIndex.cpp2389 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()