reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 BindableMatcher<Decl> operator()() { return functionDecl(hasName("f")); } 32 BindableMatcher<Decl> operator()() { return varDecl(hasName("v")); } 36 BindableMatcher<Decl> operator()() { return cxxRecordDecl(hasName("X")); } 48 BindableMatcher<Decl> operator()() { 88 template <typename PatternFactory>