Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h54 bool hasParent(const Stmt *S) const { return getParent(S) != nullptr; } in hasParent() function
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1031 hasParent = {}; variable