Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DParentMap.h46 const Stmt *getParentIgnoreParens(const Stmt *S) const { in getParentIgnoreParens() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DParentMap.cpp141 Stmt *ParentMap::getParentIgnoreParens(Stmt *S) const { in getParentIgnoreParens() function in ParentMap