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

Derived Classes

tools/clang/unittests/AST/ASTImporterTest.cpp
 2008 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) {
 2026 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) {
 2044 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) {
 2062 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) {
 2081 TEST_P(ImportFunctions,
 2105 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) {
 2130 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) {
 2171 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) {
 2216 TEST_P(ImportFunctions,
 2308 TEST_P(ImportFunctions, ImportFromDifferentScopedAnonNamespace) {
 2327 TEST_P(ImportFunctions, ImportFunctionFromUnnamedNamespace) {
 2350 TEST_P(ImportFunctions, ImportImplicitFunctionsInLambda) {
 2370 TEST_P(ImportFunctions,
 2392 TEST_P(ImportFunctions,
 2519 struct ImportFriendFunctions : ImportFunctions {};

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2519 struct ImportFriendFunctions : ImportFunctions {};
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>(