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

/external/clang/lib/AST/
H A DStmt.cpp115 /// stmt at the top, if \a IgnoreCaptured is true.
116 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { argument
118 if (IgnoreCaptured)

Completed in 64 milliseconds