Searched refs:hasAncestor (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind)));
177 auto NoPoolM = unless(hasAncestor(autoreleasePoolStmt()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp162 hasAncestor(typeLoc(unless(
163 hasAncestor(unaryExprOrTypeTraitExpr())))),
164 hasAncestor(expr(anyOf(
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3027 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
3034 hasAncestor;
5463 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation)));
5482 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()),
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp855 hasAncestor = {}; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp238 REGISTER_MATCHER(hasAncestor);

Completed in 180 milliseconds