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

  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 270 TEST(Matcher, templateTypeParmDecl) {
272 templateTypeParmDecl(hasName("T"))));
274 notMatches("template <int N> void f();", templateTypeParmDecl()));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 468 /// templateTypeParmDecl()
472 TemplateTypeParmDecl> templateTypeParmDecl;
    [all...]

Completed in 62 milliseconds