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 128 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
ASTMatchers.h 115 typedef internal::Matcher<NestedNameSpecifierLoc> NestedNameSpecifierLocMatcher;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 735 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
738 new NestedNameSpecifierLocMatcher(NodeMatch), Action));

Completed in 732 milliseconds