Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp115 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() argument
117 if (IgnoreCaptured) in IgnoreContainers()
/external/clang/include/clang/AST/
DStmt.h395 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in LLVM_ALIGNAS()