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 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 112 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const {

Completed in 21 milliseconds