reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp
   28   BindableMatcher<Decl> operator()() { return functionDecl(hasName("f")); }
   32   BindableMatcher<Decl> operator()() { return varDecl(hasName("v")); }
   36   BindableMatcher<Decl> operator()() { return cxxRecordDecl(hasName("X")); }
   40   BindableMatcher<Decl> operator()() { return enumDecl(hasName("E")); }
   44   BindableMatcher<Decl> operator()() { return typedefNameDecl(hasName("T")); }
   48   BindableMatcher<Decl> operator()() {
  178 template <typename PatternFactory>