Searched refs:hasAnyListedName (Results 1 – 3 of 3) sorted by relevance
26 Matcher<FunctionDecl> hasAnyListedName(const std::string &FunctionNames) { in hasAnyListedName() function41 Finder->addMatcher(callExpr(callee(functionDecl(hasAnyListedName(AllocList)))) in registerMatchers()47 callExpr(callee(functionDecl(hasAnyListedName(ReallocList)))) in registerMatchers()53 callExpr(callee(functionDecl(hasAnyListedName(DeallocList)))) in registerMatchers()
27 Matcher<FunctionDecl> hasAnyListedName(const std::string &FunctionNames) { in hasAnyListedName() function45 const auto LegacyCreatorFunctions = hasAnyListedName(LegacyResourceProducers); in registerMatchers()47 hasAnyListedName(LegacyResourceConsumers); in registerMatchers()
23 static Matcher<TypedefDecl> hasAnyListedName(const std::string &Names) { in hasAnyListedName() function50 hasDeclaration(typedefDecl(hasAnyListedName(CharTypdefsToIgnoreList)))); in charCastExpression()