Home
last modified time | relevance | path

Searched defs:ObjCAutoreleasePoolStmt (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h79 class ObjCAutoreleasePoolStmt; variable
/external/clang/include/clang/AST/
DStmtObjC.h350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt() function
353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt() function
/external/llvm-project/clang/include/clang/AST/
DStmtObjC.h373 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt() function
376 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt() function
/external/clang/lib/CodeGen/
DCodeGenFunction.h76 class ObjCAutoreleasePoolStmt; variable
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp2138 TEST(ASTMatchersTestObjC, ObjCAutoreleasePoolStmt) { in TEST() argument