HomeSort by relevance Sort by last modified time
    Searched refs:nestedNameSpecifier (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 690 } else if (const NestedNameSpecifier *NNS =
691 Nodes->getNodeAs<NestedNameSpecifier>(Id)) {
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 259 REGISTER_MATCHER(nestedNameSpecifier);
372 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(),
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 217 "loc", VariantMatcher::SingleMatcher(nestedNameSpecifier(
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 125 typedef internal::Matcher<NestedNameSpecifier> NestedNameSpecifierMatcher;
    [all...]

Completed in 58 milliseconds