Home
last modified time | relevance | path

Searched defs:getParentIgnoreParenCasts (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DParentMap.h51 const Stmt *getParentIgnoreParenCasts(const Stmt *S) const { in getParentIgnoreParenCasts() function
/external/clang/lib/AST/
DParentMap.cpp131 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const { in getParentIgnoreParenCasts() function in ParentMap