Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DRunLoopAutoreleaseLeakChecker.cpp159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind))); in checkTempObjectsInSamePool()
177 auto NoPoolM = unless(hasAncestor(autoreleasePoolStmt())); in checkTempObjectsInNoPool()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp207 hasAncestor(typeLoc(unless( in isUnevaluated()
208 hasAncestor(unaryExprOrTypeTraitExpr())))), in isUnevaluated()
209 hasAncestor(expr(anyOf( in isUnevaluated()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp260 REGISTER_MATCHER(hasAncestor); in RegistryMaps()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3511 hasAncestor;
6287 return decl(anyOf(IsInstantiation, hasAncestor(IsInstantiation))); in AST_MATCHER_FUNCTION()
6306 hasAncestor(decl(anyOf(cxxRecordDecl(isTemplateInstantiation()), in AST_MATCHER_FUNCTION()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1010 hasAncestor = {}; variable