HomeSort by relevance Sort by last modified time
    Searched refs:CXXCatchStmt (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 27 /// CXXCatchStmt - This represents a C++ catch block.
29 class CXXCatchStmt : public Stmt {
37 CXXCatchStmt(SourceLocation catchLoc, VarDecl *exDecl, Stmt *handlerBlock)
41 CXXCatchStmt(EmptyShell Empty)
104 CXXCatchStmt *getHandler(unsigned i) {
105 return cast<CXXCatchStmt>(getStmts()[i + 1]);
107 const CXXCatchStmt *getHandler(unsigned i) const {
108 return cast<CXXCatchStmt>(getStmts()[i + 1]);
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 32 class CXXCatchStmt;
412 void VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred,
  /external/clang/lib/AST/
StmtPrinter.cpp 69 void PrintRawCXXCatchStmt(CXXCatchStmt *Catch);
510 void StmtPrinter::PrintRawCXXCatchStmt(CXXCatchStmt *Node) {
520 void StmtPrinter::VisitCXXCatchStmt(CXXCatchStmt *Node) {
    [all...]
ASTDumper.cpp 307 void VisitCXXCatchStmt(const CXXCatchStmt *Node);
    [all...]
StmtProfile.cpp 185 void StmtProfiler::VisitCXXCatchStmt(const CXXCatchStmt *S) {
    [all...]
Stmt.cpp 618 QualType CXXCatchStmt::getCaughtType() const {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 245 CXXCatchStmt,
338 return PGOHash::CXXCatchStmt;
685 void VisitCXXCatchStmt(const CXXCatchStmt *S) {
    [all...]
CGException.cpp 594 const CXXCatchStmt *C = S.getHandler(I);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 49 bool TraverseCXXCatchStmt(CXXCatchStmt *S) {
  /external/clang/lib/Analysis/
CFG.cpp 364 CFGBlock *VisitCXXCatchStmt(CXXCatchStmt *S);
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 329 CXXCatchStmt *CS = TS->getHandler(I);
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 482 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS,
ExprEngine.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 888 VISIT(CXXCatchStmt);
925 IGNORE_STMT(CXXCatchStmt);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1094 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> catchStmt;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 545 milliseconds