HomeSort by relevance Sort by last modified time
    Searched refs:getParentIgnoreParenImpCasts (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
ParentMap.h 40 Stmt *getParentIgnoreParenImpCasts(Stmt *) const;
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 368 parent = StmtMap->getParentIgnoreParenImpCasts(parent);
411 StmtMap->getParentIgnoreParenImpCasts(E))))
424 StmtMap->getParentIgnoreParenImpCasts(E)))
  /external/clang/lib/AST/
ParentMap.cpp 140 Stmt *ParentMap::getParentIgnoreParenImpCasts(Stmt *S) const {

Completed in 74 milliseconds