Lines Matching refs:ImportFunctions

2026 struct ImportFunctions : ASTImporterOptionSpecificTestBase {};  struct
2028 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) { in TEST_P() argument
2046 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) { in TEST_P() argument
2064 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) { in TEST_P() argument
2082 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) { in TEST_P() argument
2101 TEST_P(ImportFunctions, in TEST_P() argument
2125 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) { in TEST_P() argument
2150 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) { in TEST_P() argument
2191 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) { in TEST_P() argument
2236 TEST_P(ImportFunctions, in TEST_P() argument
2328 TEST_P(ImportFunctions, ImportFromDifferentScopedAnonNamespace) { in TEST_P() argument
2347 TEST_P(ImportFunctions, ImportFunctionFromUnnamedNamespace) { in TEST_P() argument
2370 TEST_P(ImportFunctions, ImportImplicitFunctionsInLambda) { in TEST_P() argument
2390 TEST_P(ImportFunctions, in TEST_P() argument
2412 TEST_P(ImportFunctions, in TEST_P() argument
2539 struct ImportFriendFunctions : ImportFunctions {};
7069 TEST_P(ImportFunctions, CTADImplicit) { in TEST_P() argument
7089 TEST_P(ImportFunctions, CTADUserDefinedExplicit) { in TEST_P() argument
7110 TEST_P(ImportFunctions, CTADWithLocalTypedef) { in TEST_P() argument
7126 TEST_P(ImportFunctions, ParmVarDeclDeclContext) { in TEST_P() argument
7884 INSTANTIATE_TEST_SUITE_P(ParameterizedTests, ImportFunctions,