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

  /external/clang/include/clang/AST/
StmtObjC.h 74 class ObjCAtCatchStmt : public Stmt {
81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc,
87 explicit ObjCAtCatchStmt(EmptyShell Empty) :
206 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const {
208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
212 ObjCAtCatchStmt *getCatchStmt(unsigned I) {
214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]);
218 void setCatchStmt(unsigned I, ObjCAtCatchStmt *S) {
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 192 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I);
CGObjCMac.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 44 bool TraverseObjCAtCatchStmt(ObjCAtCatchStmt *S) {
  /external/clang/lib/AST/
ASTDumper.cpp 285 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *Node);
    [all...]
StmtPrinter.cpp 465 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
489 void StmtPrinter::VisitObjCAtCatchStmt (ObjCAtCatchStmt *Node) {
    [all...]
StmtProfile.cpp 226 void StmtProfiler::VisitObjCAtCatchStmt(const ObjCAtCatchStmt *S) {
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 418 ObjCAtCatchStmt *AC = AT->getCatchStmt(I);
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 390 CFGBlock *VisitObjCAtCatchStmt(ObjCAtCatchStmt *S);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 299 milliseconds