Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/Dynamic/
DRegistry.h39 MatcherCompletion(StringRef TypedText, StringRef MatcherDecl, in MatcherCompletion()
41 : TypedText(TypedText), MatcherDecl(MatcherDecl), in MatcherCompletion()
48 std::string MatcherDecl; member
58 return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;
/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp285 Comps[0].MatcherDecl); in TEST()
290 EXPECT_EQ("bind", Comps[0].MatcherDecl); in TEST()
301 EXPECT_EQ("String nameX", Comps[0].MatcherDecl); in TEST()
313 EXPECT_EQ("Matcher<FunctionDecl> hasParamA", Comps[0].MatcherDecl); in TEST()
318 Comps[1].MatcherDecl); in TEST()
322 Comps[2].MatcherDecl); in TEST()
DRegistryTest.cpp116 StringRef MatcherDecl = StringRef()) { in hasCompletion() argument
120 (MatcherDecl.empty() || I->MatcherDecl == MatcherDecl)) { in hasCompletion()
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp444 Completion.MatcherDecl, Completion.Specificity); in addCompletion()