Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:hasAncestor

2548 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
2555 LLVM_ATTRIBUTE_UNUSED hasAncestor = {};
4614 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation)));
4633 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()),