Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp329 std::vector<std::string> vectorFromRefs(ArrayRef<const StringRef *> NameRefs) { in vectorFromRefs() function
337 std::vector<std::string> Names = vectorFromRefs(NameRefs); in hasAnyNameFunc()
343 return hasAnySelectorMatcher(vectorFromRefs(NameRefs)); in hasAnySelectorFunc()