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

  /external/clang/include/clang/AST/
StmtObjC.h 312 /// ObjCAtThrowStmt - This represents objective-c's @throw statement.
313 class ObjCAtThrowStmt : public Stmt {
317 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr)
321 explicit ObjCAtThrowStmt(EmptyShell Empty) :
341 static bool classof(const ObjCAtThrowStmt *) { return true; }
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 42 class ObjCAtThrowStmt;
236 const ObjCAtThrowStmt &S) = 0;
CodeGenFunction.h 68 class ObjCAtThrowStmt;
    [all...]
CGObjCMac.cpp     [all...]
CGStmt.cpp 147 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S));
    [all...]
CGObjCGNU.cpp 487 const ObjCAtThrowStmt &S);
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 237 void StmtProfiler::VisitObjCAtThrowStmt(const ObjCAtThrowStmt *S) {
StmtPrinter.cpp 468 void StmtPrinter::VisitObjCAtThrowStmt(ObjCAtThrowStmt *Node) {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 173 if (isa<ObjCAtThrowStmt>(S)) {
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 351 CFGBlock *VisitObjCAtThrowStmt(ObjCAtThrowStmt *S);
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 326 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
    [all...]
RewriteObjC.cpp 310 Stmt *RewriteObjCThrowStmt(ObjCAtThrowStmt *S);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 600 milliseconds