Searched refs:getExceptionDecl (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h50 VarDecl *getExceptionDecl() const { return ExceptionDecl; } function in class:clang::CXXCatchStmt
H A DRecursiveASTVisitor.h1921 TRY_TO(TraverseDecl(S->getExceptionDecl()));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp447 const VarDecl *VD = CS->getExceptionDecl();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2904 if (CS->getExceptionDecl() == 0) {
2944 if (VarDecl *VD = CS->getExceptionDecl()) {
3555 cast<CXXCatchStmt>(stmt)->getExceptionDecl();
3865 if (CS->getExceptionDecl())
3866 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp593 if (C->getExceptionDecl()) {
1145 VarDecl *CatchParam = S->getExceptionDecl();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp518 if (Decl *ExDecl = Node->getExceptionDecl())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3063 return stmt->getExceptionDecl()->getTypeSpecStartLoc();
3086 if (!Handler->getExceptionDecl()) {
H A DTreeTransform.h6014 if (VarDecl *ExceptionDecl = S->getExceptionDecl()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1096 Writer.AddDeclRef(S->getExceptionDecl(), Record);

Completed in 154 milliseconds