Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasAncestor

2520 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
2527 LLVM_ATTRIBUTE_UNUSED hasAncestor = {};
4560 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation)));
4579 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()),