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

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h37 struct MatcherCompletion { struct in namespace:clang::ast_matchers::dynamic
38 MatcherCompletion() {} function in struct:clang::ast_matchers::dynamic::MatcherCompletion
39 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl) function in struct:clang::ast_matchers::dynamic::MatcherCompletion
48 bool operator==(const MatcherCompletion &Other) const {
81 static std::vector<MatcherCompletion>

Completed in 48 milliseconds