OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParentIgnoreParenCasts
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
ParentMap.h
34
Stmt *
getParentIgnoreParenCasts
(Stmt *) const;
46
const Stmt *
getParentIgnoreParenCasts
(const Stmt *S) const {
47
return
getParentIgnoreParenCasts
(const_cast<Stmt*>(S));
/external/clang/lib/AST/
ParentMap.cpp
60
Stmt *ParentMap::
getParentIgnoreParenCasts
(Stmt *S) const {
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
231
const Stmt *parent = Parents.
getParentIgnoreParenCasts
(U);
Completed in 84 milliseconds