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

Declarations

tools/clang/unittests/AST/ASTImporterFixtures.h
  172   Decl *Import(Decl *From, Language ToLang);

References

tools/clang/unittests/AST/ASTImporterFixtures.h
  175     return cast_or_null<DeclT>(Import(cast<Decl>(From), Lang));
tools/clang/unittests/AST/ASTImporterTest.cpp
 1599   const Decl *To = Import(From, Lang_CXX);
 4088       Import(FirstDeclMatcher<Decl>().match(FromTU, Instantiation), Lang_CXX));
 4112       Import(FirstDeclMatcher<Decl>().match(FromTU, Specialization), Lang_CXX));
 4144   ASSERT_TRUE(Import(FromSpecD, Lang_CXX));