OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getParentIgnoreParens
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ParentMap.h
37
Stmt *
getParentIgnoreParens
(Stmt *) const;
46
const Stmt *
getParentIgnoreParens
(const Stmt *S) const {
47
return
getParentIgnoreParens
(const_cast<Stmt*>(S));
/src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp
140
Stmt *ParentMap::
getParentIgnoreParens
(Stmt *S) const {
Completed in 51 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026