Home
last modified time | relevance | path

Searched refs:subStmt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h399 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt) in ObjCAutoreleasePoolStmt() argument
400 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {} in ObjCAutoreleasePoolStmt()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp166 [=](const Stmt *subStmt) { in containsLabel() argument
167 return containsLabel(subStmt, ignoreCaseStmts); in containsLabel()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3690 const Stmt *subStmt = ARPS.getSubStmt(); in EmitObjCAutoreleasePoolStmt() local
3691 const CompoundStmt &S = cast<CompoundStmt>(*subStmt); in EmitObjCAutoreleasePoolStmt()