Home
last modified time | relevance | path

Searched refs:findAll (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp255 findAll( in tryEachDeclRef()
461 findAll(expr(anyOf(memberExpr(hasObjectExpression(canResolveToExpr(Exp))), in findMemberMutation()
475 findAll(arraySubscriptExpr( in findArrayElementMutation()
500 findAll(expr(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
512 match(findAll(callExpr(callee(namedDecl( in findCastMutation()
576 match(findAll(cxxForRangeStmt( in findRangeLoopMutation()
590 findAll(cxxOperatorCallExpr( in findReferenceMutation()
627 findAll( in findFunctionArgMutation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h263 data_type findAll() { in findAll() function
H A DASTReader.cpp8080 for (GlobalDeclID ID : It->second.Table.findAll()) { in completeVisibleDeclsMap()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp755 match(findAll(callExpr().bind("call")), *FD->getBody(), ACtx); in doesFnIntendToHandleOwnership()
H A DMallocChecker.cpp804 auto Matches = match(findAll(stmt(anyOf(cxxDeleteExpr().bind("delete"), in doesFnIntendToHandleOwnership()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3568 internal::Matcher<T> findAll(const internal::Matcher<T> &Matcher) { in findAll() function