HomeSort by: relevance | last modified time | path
    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