Home
last modified time | relevance | path

Searched defs:getParentIgnoreParenCasts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h50 const Stmt *getParentIgnoreParenCasts(const Stmt *S) const { in getParentIgnoreParenCasts() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp148 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const { in getParentIgnoreParenCasts() function in ParentMap