Lines Matching refs:ASTImporterOptionSpecificTestBase
39 struct CanonicalRedeclChain : ASTImporterOptionSpecificTestBase {};
102 struct RedirectingImporterTest : ASTImporterOptionSpecificTestBase {
149 struct ImportPath : ASTImporterOptionSpecificTestBase {
738 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordTypeInFunc) { in TEST_P() argument
753 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncParams) { in TEST_P() argument
765 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncFromMacro) { in TEST_P() argument
780 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
923 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTypeParmDeclNoDefaultArg) { in TEST_P() argument
931 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTypeParmDeclDefaultArg) { in TEST_P() argument
942 TEST_P(ASTImporterOptionSpecificTestBase, ImportBeginLocOfDeclRefExpr) { in TEST_P() argument
963 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
975 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTemplateParmDeclDefaultArg) { in TEST_P() argument
996 TEST_P(ASTImporterOptionSpecificTestBase, NonTypeTemplateParmDeclNoDefaultArg) { in TEST_P() argument
1004 TEST_P(ASTImporterOptionSpecificTestBase, NonTypeTemplateParmDeclDefaultArg) { in TEST_P() argument
1017 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1031 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1045 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1061 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1077 TEST_P(ASTImporterOptionSpecificTestBase, ImportCorrectTemplatedDecl) { in TEST_P() argument
1108 TEST_P(ASTImporterOptionSpecificTestBase, ImportChooseExpr) { in TEST_P() argument
1131 TEST_P(ASTImporterOptionSpecificTestBase, ImportGenericSelectionExpr) { in TEST_P() argument
1161 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1189 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1215 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1241 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1269 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1314 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1341 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1354 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1376 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1401 TEST_P(ASTImporterOptionSpecificTestBase, ShouldImportImplicitCXXRecordDecl) { in TEST_P() argument
1417 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1435 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1456 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOrdinary) { in TEST_P() argument
1468 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOfNonmemberOperator) { in TEST_P() argument
1480 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1500 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1534 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1574 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
1617 TEST_P(ASTImporterOptionSpecificTestBase, ImportSourceLocs) { in TEST_P() argument
1647 TEST_P(ASTImporterOptionSpecificTestBase, ImportNestedMacro) { in TEST_P() argument
1665 ASTImporterOptionSpecificTestBase, in TEST_P() argument
1708 TEST_P(ASTImporterOptionSpecificTestBase, ObjectsWithUnnamedStructType) { in TEST_P() argument
1732 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecords) { in TEST_P() argument
1758 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecordsReversed) { in TEST_P() argument
1791 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag) { in TEST_P() argument
1817 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag2) { in TEST_P() argument
1835 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag3) { in TEST_P() argument
1868 TEST_P(ASTImporterOptionSpecificTestBase, ReimportWithUsedFlag) { in TEST_P() argument
1885 struct ImportFunctions : ASTImporterOptionSpecificTestBase {};
2169 TEST_P(ASTImporterOptionSpecificTestBase, ImportVariableChainInC) { in TEST_P() argument
2299 struct ImportFunctionTemplates : ASTImporterOptionSpecificTestBase {};
2863 class ImportImplicitMethods : public ASTImporterOptionSpecificTestBase {
2975 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentRecord) { in TEST_P() argument
2997 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentRecord) { in TEST_P() argument
3016 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentField) { in TEST_P() argument
3034 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentField) { in TEST_P() argument
3053 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentMethod) { in TEST_P() argument
3073 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentMethod) { in TEST_P() argument
3094 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3127 TEST_P(ASTImporterOptionSpecificTestBase, ImportUnnamedFieldsInCorrectOrder) { in TEST_P() argument
3162 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3208 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3250 TEST_P(ASTImporterOptionSpecificTestBase, MergeTemplateSpecWithForwardDecl) { in TEST_P() argument
3269 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3314 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3356 TEST_P(ASTImporterOptionSpecificTestBase, ClassTemplateFriendDecl) { in TEST_P() argument
3376 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3403 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3428 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3461 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
3481 struct ImportVariables : ASTImporterOptionSpecificTestBase {};
3570 struct ImportClasses : ASTImporterOptionSpecificTestBase {};
3632 struct ImportFriendClasses : ASTImporterOptionSpecificTestBase {};
3964 TEST_P(ASTImporterOptionSpecificTestBase, FriendFunInClassTemplate) { in TEST_P() argument
3982 struct DeclContextTest : ASTImporterOptionSpecificTestBase {};
4046 : ASTImporterOptionSpecificTestBase {};
4183 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
4222 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
4255 TEST_P(ASTImporterOptionSpecificTestBase, ImportTemplateParameterLists) { in TEST_P() argument
4273 struct ASTImporterLookupTableTest : ASTImporterOptionSpecificTestBase {};
4784 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
4823 struct ImportFriendFunctionTemplates : ASTImporterOptionSpecificTestBase {};
4853 struct ErrorHandlingTest : ASTImporterOptionSpecificTestBase {
5246 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionBody) { in TEST_P() argument
5266 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionParam) { in TEST_P() argument
5285 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInGlobalScope) { in TEST_P() argument
5301 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
5345 struct LLDBLookupTest : ASTImporterOptionSpecificTestBase {
5390 struct SVEBuiltins : ASTImporterOptionSpecificTestBase {};
5425 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfDefaultImplicitFunctions) { in TEST_P() argument
5451 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
5483 TEST_P(ASTImporterOptionSpecificTestBase, LambdasAreDifferentiated) { in TEST_P() argument
5504 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
5524 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
5547 TEST_P(ASTImporterOptionSpecificTestBase, ImportAssignedLambda) { in TEST_P() argument
5570 TEST_P(ASTImporterOptionSpecificTestBase, ImportDefaultConstructibleLambdas) { in TEST_P() argument
5594 TEST_P(ASTImporterOptionSpecificTestBase, ImplicitlyDeclareSelf) { in TEST_P() argument
5618 struct ImportAutoFunctions : ASTImporterOptionSpecificTestBase {};
5800 struct ImportSourceLocations : ASTImporterOptionSpecificTestBase {};
5898 TEST_P(ASTImporterOptionSpecificTestBase, ImportExprOfAlignmentAttr) { in TEST_P() argument
5933 TEST_P(ASTImporterOptionSpecificTestBase, ImportFormatAttr) { in TEST_P() argument
5969 struct ImportWithExternalSource : ASTImporterOptionSpecificTestBase {
6092 struct CTAD : ASTImporterOptionSpecificTestBase {};
6158 TEST_P(ASTImporterOptionSpecificTestBase, TypedefWithAttribute) { in TEST_P() argument
6176 TEST_P(ASTImporterOptionSpecificTestBase, in TEST_P() argument
6231 INSTANTIATE_TEST_CASE_P(ParameterizedTests, ASTImporterOptionSpecificTestBase,