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

Derived Classes

tools/clang/unittests/AST/OMPStructuredBlockTest.cpp
  152 TEST_P(OMPStructuredBlockLoop, TestDirective0) {
  165 TEST_P(OMPStructuredBlockLoop, TestDirective1) {
  180 TEST_P(OMPStructuredBlockLoop, TestDirectiveCollapse1) {
  195 TEST_P(OMPStructuredBlockLoop, TestDirectiveCollapse2) {
  209 TEST_P(OMPStructuredBlockLoop, TestDirectiveCollapse22) {

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>(