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

Derived Classes

tools/clang/unittests/AST/ASTImporterTest.cpp
  774 TEST_P(ImportDecl, ImportFunctionTemplateDecl) {
  822 TEST_P(ImportDecl, ImportVarTemplate) {
  943 TEST_P(ImportDecl, ImportRecordDeclInFunc) {
 1027 TEST_P(ImportDecl, ImportUsingDecl) {
 1049 TEST_P(ImportDecl, ImportUsingShadowDecl) {
 1098 TEST_P(ImportDecl, ImportTemplatedDeclForTemplate) {
 1114 TEST_P(ImportDecl, ImportClassTemplatePartialSpecialization) {
 2886 TEST_P(ImportDecl, ImportEnumSequential) {
 2925 TEST_P(ImportDecl, ImportFieldOrder) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
  504   typedef typename TestCase::ParamType ParamType;
  516   virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
  593               TestCase::SetUpTestCase,
  594               TestCase::TearDownTestCase,
  681   ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder(
  684     ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL;
  688         if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  699               ParameterizedTestCaseInfo<TestCase> >(*it);
  705       typed_test_info = new ParameterizedTestCaseInfo<TestCase>(