Home
last modified time | relevance | path

Searched refs:getParentIgnoreParenImpCasts (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDParentMap.h39 Stmt *getParentIgnoreParenImpCasts(Stmt *) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransUnbridgedCasts.cpp373 parent = StmtMap->getParentIgnoreParenImpCasts(parent); in transformObjCToNonObjCCast()
416 StmtMap->getParentIgnoreParenImpCasts(E)))) in isPassedToCFRetain()
429 StmtMap->getParentIgnoreParenImpCasts(E))) in isPassedToCParamWithKnownOwnership()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDParentMap.cpp157 Stmt *ParentMap::getParentIgnoreParenImpCasts(Stmt *S) const { in getParentIgnoreParenImpCasts() function in ParentMap