HomeSort by relevance Sort by last modified time
    Searched defs:getParentIgnoreParenCasts (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ParentMap.h 39 Stmt *getParentIgnoreParenCasts(Stmt *) const;
51 const Stmt *getParentIgnoreParenCasts(const Stmt *S) const {
52 return getParentIgnoreParenCasts(const_cast<Stmt*>(S));
  /external/clang/lib/AST/
ParentMap.cpp 131 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const {

Completed in 180 milliseconds