Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
DRecursiveASTVisitor.h1989 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp436 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/external/clang/lib/Analysis/
DCFG.cpp2877 if (CS->getExceptionDecl() == 0) { in VisitCXXTryStmt()
2917 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
3504 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
3804 if (CS->getExceptionDecl()) in print_block()
3805 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()), in print_block()
/external/clang/lib/CodeGen/
DCGException.cpp593 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
1144 VarDecl *CatchParam = S->getExceptionDecl(); in BeginCatch()
/external/clang/lib/Sema/
DSemaStmt.cpp2996 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()
3021 if (!Handler->getExceptionDecl()) { in ActOnCXXTryBlock()
DTreeTransform.h5974 if (S->getExceptionDecl()) { in TransformCXXCatchStmt()
5975 VarDecl *ExceptionDecl = S->getExceptionDecl(); in TransformCXXCatchStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp518 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h1904 TRY_TO(TraverseDecl(S->getExceptionDecl()));
DCIndex.cpp2042 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1086 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()