Home
last modified time | relevance | path

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

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