reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Stmt.h
 1151   Stmt *IgnoreContainers(bool IgnoreCaptured = false);

References

tools/clang/include/clang/AST/Stmt.h
 1153     return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);
tools/clang/lib/Sema/SemaOpenMP.cpp
 6941   Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true);
 6960     CurStmt = CurStmt->IgnoreContainers();
 6987     CurStmt = CurStmt->IgnoreContainers();
 8880     const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true);