HomeSort by relevance Sort by last modified time
    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 66 milliseconds