Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } in getExceptionDecl() function
DDataRecursiveASTVisitor.h1883 TRY_TO(TraverseDecl(S->getExceptionDecl()));
DRecursiveASTVisitor.h1900 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp485 const VarDecl *VD = CS->getExceptionDecl(); in VisitCXXCatchStmt()
/external/clang/lib/Analysis/
DCFG.cpp3163 if (CS->getExceptionDecl() == nullptr) { in VisitCXXTryStmt()
3203 if (VarDecl *VD = CS->getExceptionDecl()) { in VisitCXXCatchStmt()
3860 cast<CXXCatchStmt>(stmt)->getExceptionDecl(); in StmtPrinterHelper()
4193 if (CS->getExceptionDecl()) in print_block()
4194 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()), in print_block()
/external/clang/lib/CodeGen/
DCGException.cpp597 if (C->getExceptionDecl()) { in EnterCXXTryStmt()
1092 VarDecl *CatchParam = S->getExceptionDecl(); in BeginCatch()
/external/clang/lib/Sema/
DSemaStmt.cpp3175 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()
3201 if (!Handler->getExceptionDecl()) { in ActOnCXXTryBlock()
DTreeTransform.h6114 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) { in TransformCXXCatchStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp512 if (Decl *ExDecl = Node->getExceptionDecl()) in PrintRawCXXCatchStmt()
DASTDumper.cpp1567 dumpDecl(Node->getExceptionDecl()); in VisitCXXCatchStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1091 Writer.AddDeclRef(S->getExceptionDecl(), Record); in VisitCXXCatchStmt()
/external/clang/tools/libclang/
DCIndex.cpp2107 AddDecl(S->getExceptionDecl()); in VisitCXXCatchStmt()