Home
last modified time | relevance | path

Searched defs:MatcherCompletion (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Query/Matcher/
H A DRegistryManager.h31 struct MatcherCompletion { struct
33 MatcherCompletion(llvm::StringRef typedText, llvm::StringRef matcherDecl) in MatcherCompletion() argument
58 static std::vector<MatcherCompletion> argument
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h57 struct MatcherCompletion { struct
59 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion() function
69 std::string TypedText;
72 std::string MatcherDecl;
79 unsigned Specificity;