OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatcherOps
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
49
class
MatcherOps
{
51
virtual ~
MatcherOps
();
68
virtual void makeTypedMatcher(
MatcherOps
&Ops) const = 0;
145
class TypedMatcherOps : public
MatcherOps
{
/external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp
23
VariantMatcher::
MatcherOps
::~
MatcherOps
() {}
39
virtual void makeTypedMatcher(
MatcherOps
&Ops) const {
72
virtual void makeTypedMatcher(
MatcherOps
&Ops) const {
118
virtual void makeTypedMatcher(
MatcherOps
&Ops) const {
Completed in 2536 milliseconds