Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h46 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
DRecursiveASTVisitor.h1850 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp286 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/external/clang/lib/Analysis/
DCFG.cpp2783 if (CS->getExceptionDecl() == 0) { in VisitCXXTryStmt()
2824 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
3534 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
3828 if (CS->getExceptionDecl()) in print_block()
3829 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()), in print_block()
/external/clang/lib/CodeGen/
DCGException.cpp589 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
1129 VarDecl *CatchParam = S->getExceptionDecl(); in BeginCatch()
/external/clang/lib/Sema/
DSemaStmt.cpp2671 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()
2696 if (!Handler->getExceptionDecl()) { in ActOnCXXTryBlock()
DTreeTransform.h5791 if (S->getExceptionDecl()) { in TransformCXXCatchStmt()
5792 VarDecl *ExceptionDecl = S->getExceptionDecl(); in TransformCXXCatchStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp502 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h1776 TRY_TO(TraverseDecl(S->getExceptionDecl()));
DCIndex.cpp1936 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1015 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()