OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026