Searched refs:IgnoreCaptured (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp133 /// stmt at the top, if \a IgnoreCaptured is true.
134 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { argument
136 if (IgnoreCaptured)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1194 /// stmt at the top, if \a IgnoreCaptured is true.
1195 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1196 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const {
1197 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);

Completed in 138 milliseconds