Home
last modified time | relevance | path

Searched defs:ASTImporterOptionSpecificTestBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp914 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecordTypeInFunc) TEST_P() argument
929 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecordDeclInFuncParams) TEST_P() argument
941 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecordDeclInFuncFromMacro) TEST_P() argument
956 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecordDeclInFuncParamsFromMacro) TEST_P() argument
1151 TEST_P(ASTImporterOptionSpecificTestBase,ImportUsingPackDecl) TEST_P() argument
1176 TEST_P(ASTImporterOptionSpecificTestBase,TemplateTypeParmDeclNoDefaultArg) TEST_P() argument
1184 TEST_P(ASTImporterOptionSpecificTestBase,TemplateTypeParmDeclDefaultArg) TEST_P() argument
1195 TEST_P(ASTImporterOptionSpecificTestBase,ImportBeginLocOfDeclRefExpr) TEST_P() argument
1216 TEST_P(ASTImporterOptionSpecificTestBase,TemplateTemplateParmDeclNoDefaultArg) TEST_P() argument
1228 TEST_P(ASTImporterOptionSpecificTestBase,TemplateTemplateParmDeclDefaultArg) TEST_P() argument
1249 TEST_P(ASTImporterOptionSpecificTestBase,NonTypeTemplateParmDeclNoDefaultArg) TEST_P() argument
1257 TEST_P(ASTImporterOptionSpecificTestBase,NonTypeTemplateParmDeclDefaultArg) TEST_P() argument
1268 TEST_P(ASTImporterOptionSpecificTestBase,TemplateArgumentsDefaulted) TEST_P() argument
1288 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfTemplatedDeclOfClassTemplateDecl) TEST_P() argument
1302 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfTemplatedDeclOfFunctionTemplateDecl) TEST_P() argument
1316 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfTemplatedDeclShouldImportTheClassTemplateDecl) TEST_P() argument
1332 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfTemplatedDeclShouldImportTheFunctionTemplateDecl) TEST_P() argument
1348 TEST_P(ASTImporterOptionSpecificTestBase,ImportCorrectTemplatedDecl) TEST_P() argument
1379 TEST_P(ASTImporterOptionSpecificTestBase,ImportTemplateSpecializationStaticMember) TEST_P() argument
1413 TEST_P(ASTImporterOptionSpecificTestBase,ImportChooseExpr) TEST_P() argument
1436 TEST_P(ASTImporterOptionSpecificTestBase,ImportConvertVectorExpr) TEST_P() argument
1459 TEST_P(ASTImporterOptionSpecificTestBase,ImportGenericSelectionExpr) TEST_P() argument
1489 TEST_P(ASTImporterOptionSpecificTestBase,ImportFunctionWithBackReferringParameter) TEST_P() argument
1517 TEST_P(ASTImporterOptionSpecificTestBase,TUshouldNotContainTemplatedDeclOfFunctionTemplates) TEST_P() argument
1543 TEST_P(ASTImporterOptionSpecificTestBase,TUshouldNotContainTemplatedDeclOfClassTemplates) TEST_P() argument
1569 TEST_P(ASTImporterOptionSpecificTestBase,TUshouldNotContainTemplatedDeclOfTypeAlias) TEST_P() argument
1597 TEST_P(ASTImporterOptionSpecificTestBase,TUshouldNotContainClassTemplateSpecializationOfImplicitInstantiation) TEST_P() argument
1642 TEST_P(ASTImporterOptionSpecificTestBase,TUshouldContainClassTemplateSpecializationOfExplicitInstantiation) TEST_P() argument
1669 TEST_P(ASTImporterOptionSpecificTestBase,CXXRecordDeclFieldsShouldBeInCorrectOrder) TEST_P() argument
1682 TEST_P(ASTImporterOptionSpecificTestBase,CXXRecordDeclFieldOrderShouldNotDependOnImportOrder) TEST_P() argument
1704 TEST_P(ASTImporterOptionSpecificTestBase,CXXRecordDeclFieldAndIndirectFieldOrder) TEST_P() argument
1729 TEST_P(ASTImporterOptionSpecificTestBase,ShouldImportImplicitCXXRecordDecl) TEST_P() argument
1745 TEST_P(ASTImporterOptionSpecificTestBase,ShouldImportImplicitCXXRecordDeclOfClassTemplate) TEST_P() argument
1763 TEST_P(ASTImporterOptionSpecificTestBase,ShouldImportImplicitCXXRecordDeclOfClassTemplateSpecializationDecl) TEST_P() argument
1784 TEST_P(ASTImporterOptionSpecificTestBase,IDNSOrdinary) TEST_P() argument
1796 TEST_P(ASTImporterOptionSpecificTestBase,IDNSOfNonmemberOperator) TEST_P() argument
1808 TEST_P(ASTImporterOptionSpecificTestBase,ShouldImportMembersOfClassTemplateSpecializationDecl) TEST_P() argument
1828 TEST_P(ASTImporterOptionSpecificTestBase,ImportDefinitionOfClassTemplateAfterFwdDecl) TEST_P() argument
1862 TEST_P(ASTImporterOptionSpecificTestBase,ImportDefinitionOfClassTemplateIfThereIsAnExistingFwdDeclAndDefinition) TEST_P() argument
1902 TEST_P(ASTImporterOptionSpecificTestBase,ImportDefinitionOfClassIfThereIsAnExistingFwdDeclAndDefinition) TEST_P() argument
1945 TEST_P(ASTImporterOptionSpecificTestBase,ImportSourceLocs) TEST_P() argument
1975 TEST_P(ASTImporterOptionSpecificTestBase,ImportNestedMacro) TEST_P() argument
1993 TEST_P(ASTImporterOptionSpecificTestBase,ImportDefinitionOfClassTemplateSpecIfThereIsAnExistingFwdDeclAndDefinition) TEST_P() argument
2036 TEST_P(ASTImporterOptionSpecificTestBase,ObjectsWithUnnamedStructType) TEST_P() argument
2060 TEST_P(ASTImporterOptionSpecificTestBase,AnonymousRecords) TEST_P() argument
2086 TEST_P(ASTImporterOptionSpecificTestBase,AnonymousRecordsReversed) TEST_P() argument
2119 TEST_P(ASTImporterOptionSpecificTestBase,ImportDoesUpdateUsedFlag) TEST_P() argument
2145 TEST_P(ASTImporterOptionSpecificTestBase,ImportDoesUpdateUsedFlag2) TEST_P() argument
2163 TEST_P(ASTImporterOptionSpecificTestBase,ImportDoesUpdateUsedFlag3) TEST_P() argument
2196 TEST_P(ASTImporterOptionSpecificTestBase,ReimportWithUsedFlag) TEST_P() argument
2497 TEST_P(ASTImporterOptionSpecificTestBase,ImportVirtualOverriddenMethodOnALoop) TEST_P() argument
2534 TEST_P(ASTImporterOptionSpecificTestBase,ImportVariableChainInC) TEST_P() argument
3340 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfEquivalentRecord) TEST_P() argument
3362 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfNonEquivalentRecord) TEST_P() argument
3381 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfEquivalentField) TEST_P() argument
3399 TEST_P(ASTImporterOptionSpecificTestBase,ImportBitfields) TEST_P() argument
3442 TEST_P(ASTImporterOptionSpecificTestBase,ImportParmVarDecl) TEST_P() argument
3464 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfNonEquivalentField) TEST_P() argument
3483 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfEquivalentMethod) TEST_P() argument
3503 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfNonEquivalentMethod) TEST_P() argument
3524 TEST_P(ASTImporterOptionSpecificTestBase,ImportUnnamedStructsWithRecursingField) TEST_P() argument
3557 TEST_P(ASTImporterOptionSpecificTestBase,ImportUnnamedFieldsInCorrectOrder) TEST_P() argument
3592 TEST_P(ASTImporterOptionSpecificTestBase,MergeFieldDeclsOfClassTemplateSpecialization) TEST_P() argument
3638 TEST_P(ASTImporterOptionSpecificTestBase,MergeFunctionOfClassTemplateSpecialization) TEST_P() argument
3680 TEST_P(ASTImporterOptionSpecificTestBase,MergeTemplateSpecWithForwardDecl) TEST_P() argument
3699 TEST_P(ASTImporterOptionSpecificTestBase,ODRViolationOfClassTemplateSpecializationsShouldBeReported) TEST_P() argument
3744 TEST_P(ASTImporterOptionSpecificTestBase,MergeCtorOfClassTemplateSpecialization) TEST_P() argument
3786 TEST_P(ASTImporterOptionSpecificTestBase,ClassTemplateFriendDecl) TEST_P() argument
3806 TEST_P(ASTImporterOptionSpecificTestBase,ClassTemplatePartialSpecializationsShouldNotBeDuplicated) TEST_P() argument
3833 TEST_P(ASTImporterOptionSpecificTestBase,ClassTemplateSpecializationsShouldNotBeDuplicated) TEST_P() argument
3858 TEST_P(ASTImporterOptionSpecificTestBase,ClassTemplateFullAndPartialSpecsShouldNotBeMixed) TEST_P() argument
3891 TEST_P(ASTImporterOptionSpecificTestBase,InitListExprValueKindShouldBeImported) TEST_P() argument
4738 TEST_P(ASTImporterOptionSpecificTestBase,FriendFunInClassTemplate) TEST_P() argument
4961 TEST_P(ASTImporterOptionSpecificTestBase,ImportShouldNotReportFalseODRErrorWhenRecordIsBeingDefined) TEST_P() argument
5000 TEST_P(ASTImporterOptionSpecificTestBase,ImportingTypedefShouldImportTheCompleteType) TEST_P() argument
5033 TEST_P(ASTImporterOptionSpecificTestBase,ImportTemplateParameterLists) TEST_P() argument
5058 TEST_P(ASTImporterOptionSpecificTestBase,FunctionTemplateParameterDeclContext) TEST_P() argument
5081 TEST_P(ASTImporterOptionSpecificTestBase,ClassTemplateParameterDeclContext) TEST_P() argument
5117 TEST_P(ASTImporterOptionSpecificTestBase,CXXDeductionGuideTemplateParameterDeclContext) TEST_P() argument
5184 TEST_P(ASTImporterOptionSpecificTestBase,RecordVarTemplateDecl) TEST_P() argument
5215 TEST_P(ASTImporterOptionSpecificTestBase,VarTemplateDeclConflict) TEST_P() argument
5236 TEST_P(ASTImporterOptionSpecificTestBase,VarTemplateStaticDefinition) TEST_P() argument
5268 TEST_P(ASTImporterOptionSpecificTestBase,VarTemplateSpecializationDeclValue) TEST_P() argument
5295 TEST_P(ASTImporterOptionSpecificTestBase,VarTemplateSpecializationDeclValueConflict) TEST_P() argument
5320 TEST_P(ASTImporterOptionSpecificTestBase,VarTemplateDeclInlineWithCXX17) TEST_P() argument
5348 TEST_P(ASTImporterOptionSpecificTestBase,VarTemplateParameterDeclContext) TEST_P() argument
5417 TEST_P(ASTImporterOptionSpecificTestBase,TypeAliasTemplateParameterDeclContext) TEST_P() argument
5454 TEST_P(ASTImporterOptionSpecificTestBase,ImportSubstTemplateTypeParmType) TEST_P() argument
5495 TEST_P(ASTImporterOptionSpecificTestBase,ImportSubstTemplateTypeParmPackType) TEST_P() argument
6087 TEST_P(ASTImporterOptionSpecificTestBase,RedeclChainShouldBeCorrectAmongstNamespaces) TEST_P() argument
6703 TEST_P(ASTImporterOptionSpecificTestBase,LambdaInFunctionBody) TEST_P() argument
6724 TEST_P(ASTImporterOptionSpecificTestBase,ReturnTypeDeclaredInsideOfCXX11LambdaWithoutTrailingReturn) TEST_P() argument
6741 TEST_P(ASTImporterOptionSpecificTestBase,LambdaInFunctionParam) TEST_P() argument
6761 TEST_P(ASTImporterOptionSpecificTestBase,LambdaInGlobalScope) TEST_P() argument
6777 TEST_P(ASTImporterOptionSpecificTestBase,ImportExistingFriendClassTemplateDef) TEST_P() argument
6891 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfDefaultImplicitFunctions) TEST_P() argument
6917 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfExplicitlyDefaultedOrDeleted) TEST_P() argument
6949 TEST_P(ASTImporterOptionSpecificTestBase,LambdasAreDifferentiated) TEST_P() argument
6970 TEST_P(ASTImporterOptionSpecificTestBase,LambdasInFunctionParamsAreDifferentiated) TEST_P() argument
6990 TEST_P(ASTImporterOptionSpecificTestBase,LambdasInFunctionParamsAreDifferentiatedWhenMacroIsUsed) TEST_P() argument
7013 TEST_P(ASTImporterOptionSpecificTestBase,ImportAssignedLambda) TEST_P() argument
7036 TEST_P(ASTImporterOptionSpecificTestBase,ImportDefaultConstructibleLambdas) TEST_P() argument
7060 TEST_P(ASTImporterOptionSpecificTestBase,ImportFunctionDeclWithTypeSourceInfoWithSourceDecl) TEST_P() argument
8208 TEST_P(ASTImporterOptionSpecificTestBase,TypedefWithAttribute) TEST_P() argument
8226 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfTemplatedDeclWhenPreviousDeclHasNoDescribedTemplateSet) TEST_P() argument
8261 TEST_P(ASTImporterOptionSpecificTestBase,ImportOfCapturedVLAType) TEST_P() argument
8280 TEST_P(ASTImporterOptionSpecificTestBase,ImportEnumMemberSpecialization) TEST_P() argument
8302 TEST_P(ASTImporterOptionSpecificTestBase,ImportIsInheritingConstructorBit) TEST_P() argument
8326 TEST_P(ASTImporterOptionSpecificTestBase,ImportConstructorUsingShadow) TEST_P() argument
8381 TEST_P(ASTImporterOptionSpecificTestBase,ImportFunctionDeclBitShouldNotOverwriteCtorDeclBits) TEST_P() argument
8427 TEST_P(ASTImporterOptionSpecificTestBase,ImportConstructorUsingShadowVirtualBase) TEST_P() argument
8546 TEST_P(ASTImporterOptionSpecificTestBase,ImportUsingShadowList) TEST_P() argument
8585 TEST_P(ASTImporterOptionSpecificTestBase,ImportDeductionGuide) TEST_P() argument
8648 TEST_P(ASTImporterOptionSpecificTestBase,ImportDeductionGuideDifferentOrder) TEST_P() argument
8718 TEST_P(ASTImporterOptionSpecificTestBase,ImportFieldsFirstForCorrectRecordLayout) TEST_P() argument
8739 TEST_P(ASTImporterOptionSpecificTestBase,ImportCirularRefFieldsWithoutCorruptedRecordLayoutCache) TEST_P() argument
8778 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecordWithLayoutRequestingExpr) TEST_P() argument
8801 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecordWithLayoutRequestingExprDifferentRecord) TEST_P() argument
8829 TEST_P(ASTImporterOptionSpecificTestBase,ImportInClassInitializerFromField) TEST_P() argument
8869 TEST_P(ASTImporterOptionSpecificTestBase,ImportInClassInitializerFromCXXDefaultInitExpr) TEST_P() argument
8915 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecursiveFieldInitializer) TEST_P() argument
8944 TEST_P(ASTImporterOptionSpecificTestBase,ImportFieldInitializerWithItself) TEST_P() argument
8959 TEST_P(ASTImporterOptionSpecificTestBase,ImportRecursiveFieldInitializer1) TEST_P() argument
8992 TEST_P(ASTImporterOptionSpecificTestBase,isNewDecl) TEST_P() argument
9265 TEST_P(ASTImporterOptionSpecificTestBase,ImportMacroQualifiedType) TEST_P() argument
9283 TEST_P(ASTImporterOptionSpecificTestBase,ImportCorrectTemplateName) TEST_P() argument
9343 TEST_P(ASTImporterOptionSpecificTestBase,VaListC) TEST_P() argument
9361 TEST_P(ASTImporterOptionSpecificTestBase,VaListCpp) TEST_P() argument
9379 TEST_P(ASTImporterOptionSpecificTestBase,ImportDefinitionOfEmptyClassWithNoUniqueAddressField) TEST_P() argument
9402 TEST_P(ASTImporterOptionSpecificTestBase,ImportExistingTypedefToRecord) TEST_P() argument
9424 TEST_P(ASTImporterOptionSpecificTestBase,ImportExistingTypedefToUnnamedRecord) TEST_P() argument
9449 TEST_P(ASTImporterOptionSpecificTestBase,ImportTwoTypedefsToUnnamedRecord) TEST_P() argument
9477 TEST_P(ASTImporterOptionSpecificTestBase,ImportExistingTypedefToUnnamedRecordPtr) TEST_P() argument
9511 TEST_P(ASTImporterOptionSpecificTestBase,ImportTypedefWithDifferentUnderlyingType) TEST_P() argument
9539 TEST_P(ASTImporterOptionSpecificTestBase,ImportTemplateArgumentWithPointerToDifferentInstantiation) TEST_P() argument
9597 TEST_P(ASTImporterOptionSpecificTestBase,ImportTypeAliasTemplateAfterSimilarCalledTemplateTypeParm) TEST_P() argument
9621 TEST_P(ASTImporterOptionSpecificTestBase,ImportConflictTypeAliasTemplate) TEST_P() argument
9654 TEST_P(ASTImporterOptionSpecificTestBase,ImportInstantiatedFromMember) TEST_P() argument
9684 TEST_P(ASTImporterOptionSpecificTestBase,ImportAnonymousEnum) TEST_P() argument
[all...]