Home
last modified time | relevance | path

Searched defs:MatcherCtor (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Query/Matcher/
H A DRegistryManager.h29 using MatcherCtor = const internal::MatcherDescriptor *; variable
H A DRegistryManager.cpp57 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> context) { in getAcceptedCompletionTypes() argument
H A DParser.cpp230 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> context) { in getAcceptedCompletionTypes()
536 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> context) { in getAcceptedCompletionTypes()
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h55 using MatcherCtor = const internal::MatcherDescriptor *; variable
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp663 getAcceptedCompletionTypes(ArrayRef<std::pair<MatcherCtor,unsigned>> Context) getAcceptedCompletionTypes() argument
H A DParser.cpp324 llvm::ArrayRef<std::pair<MatcherCtor, unsigned>> Context) { in getAcceptedCompletionTypes()
846 ArrayRef<std::pair<MatcherCtor, unsigned>> Context) { in getAcceptedCompletionTypes()
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp40 buildMatcherCtor(MatcherCtor, SourceRange NameRange, in buildMatcherCtor() argument