HomeSort by: relevance | last modified time | path
    Searched defs:IgnoreContainers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 195 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1229 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1230 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const {
1231 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);

Completed in 28 milliseconds