Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:namespaceDecl

46     recordDecl(hasDeclContext(namespaceDecl(hasName("M"))))));
53 recordDecl(hasDeclContext(namespaceDecl(hasName("N"))))));
60 recordDecl(hasDeclContext(namespaceDecl(
61 hasName("M"), hasDeclContext(namespaceDecl()))))));