OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NestedNameSpecifierMatcher
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
131
void addMatcher(const
NestedNameSpecifierMatcher
&NodeMatch,
ASTMatchers.h
115
typedef internal::Matcher<NestedNameSpecifier>
NestedNameSpecifierMatcher
;
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
808
void MatchFinder::addMatcher(const
NestedNameSpecifierMatcher
&NodeMatch,
811
new
NestedNameSpecifierMatcher
(NodeMatch), Action));
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
[
all
...]
Completed in 38 milliseconds