Lines Matching defs:ImportFunctions
1815 struct ImportFunctions : ASTImporterOptionSpecificTestBase {}; struct
1817 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) { in TEST_P() argument
1835 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) { in TEST_P() argument
1853 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) { in TEST_P() argument
1871 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) { in TEST_P() argument
1890 TEST_P(ImportFunctions, in TEST_P() argument
1914 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) { in TEST_P() argument
1939 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) { in TEST_P() argument
1980 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) { in TEST_P() argument
2025 TEST_P(ImportFunctions, in TEST_P() argument
2117 TEST_P(ImportFunctions, ImportFromDifferentScopedAnonNamespace) { in TEST_P() argument
2136 TEST_P(ImportFunctions, ImportFunctionFromUnnamedNamespace) { in TEST_P() argument
2159 TEST_P(ImportFunctions, ImportImplicitFunctionsInLambda) { in TEST_P() argument
2179 TEST_P(ImportFunctions, in TEST_P() argument
2201 TEST_P(ImportFunctions, in TEST_P() argument
5960 TEST_P(ImportFunctions, CTADImplicit) { in TEST_P() argument
5980 TEST_P(ImportFunctions, CTADUserDefinedExplicit) { in TEST_P() argument