OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NestedNameSpecifierLocMatcher
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
133
void addMatcher(const
NestedNameSpecifierLocMatcher
&NodeMatch,
ASTMatchers.h
116
typedef internal::Matcher<NestedNameSpecifierLoc>
NestedNameSpecifierLocMatcher
;
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
814
void MatchFinder::addMatcher(const
NestedNameSpecifierLocMatcher
&NodeMatch,
817
new
NestedNameSpecifierLocMatcher
(NodeMatch), Action));
Completed in 3099 milliseconds