Searched refs:hasParent (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h54 bool hasParent(Stmt* S) const { function in class:clang::ParentMap
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp236 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))),
240 unless(hasParent(arraySubscriptExpr())),
374 hasParent(declStmt().bind("stmt")),
377 unless(hasParent(declStmt(hasParent(
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp311 REGISTER_MATCHER(hasParent);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp960 hasParent = {};
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3132 /// \c compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".
3139 hasParent;
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js5119 hasParent = context.parentNode,
5127 if ( relativeHierarchySelector && hasParent ) {
5132 if ( !relativeHierarchySelector || hasParent ) {

Completed in 151 milliseconds