Lines Matching defs:TEST_P
41 TEST_P(CanonicalRedeclChain, ShouldBeConsequentWithMatchers) {
51 TEST_P(CanonicalRedeclChain, ShouldBeConsequentWithMatchers2) {
65 TEST_P(CanonicalRedeclChain, ShouldBeSameForAllDeclInTheChain) {
116 TEST_P(RedirectingImporterTest, InterceptImport) {
134 TEST_P(RedirectingImporterTest, InterceptIndirectImport) {
161 TEST_P(ImportPath, Push) {
167 TEST_P(ImportPath, SmallCycle) {
178 TEST_P(ImportPath, GetSmallCycle) {
193 TEST_P(ImportPath, GetCycle) {
212 TEST_P(ImportPath, CycleAfterCycle) {
255 TEST_P(ImportExpr, ImportSourceLocExpr) {
271 TEST_P(ImportExpr, ImportStringLiteral) {
287 TEST_P(ImportExpr, ImportChooseExpr) {
300 TEST_P(ImportExpr, ImportShuffleVectorExpr) {
316 TEST_P(ImportExpr, ImportGNUNullExpr) {
323 TEST_P(ImportExpr, ImportGenericSelectionExpr) {
332 TEST_P(ImportExpr, ImportCXXNullPtrLiteralExpr) {
341 TEST_P(ImportExpr, ImportFloatinglLiteralExpr) {
353 TEST_P(ImportFixedPointExpr, ImportFixedPointerLiteralExpr) {
361 TEST_P(ImportExpr, ImportImaginaryLiteralExpr) {
369 TEST_P(ImportExpr, ImportCompoundLiteralExpr) {
385 TEST_P(ImportExpr, ImportCXXThisExpr) {
393 TEST_P(ImportExpr, ImportAtomicExpr) {
404 TEST_P(ImportExpr, ImportLabelDeclAndAddrLabelExpr) {
420 TEST_P(ImportExpr, ImportParenListExpr) {
438 TEST_P(ImportExpr, ImportSwitch) {
446 TEST_P(ImportExpr, ImportStmtExpr) {
461 TEST_P(ImportExpr, ImportConditionalOperator) {
472 TEST_P(ImportExpr, ImportBinaryConditionalOperator) {
490 TEST_P(ImportExpr, ImportDesignatedInitExpr) {
510 TEST_P(ImportExpr, ImportPredefinedExpr) {
520 TEST_P(ImportExpr, ImportInitListExpr) {
540 TEST_P(ImportExpr, ImportCXXDefaultInitExpr) {
555 TEST_P(ImportExpr, ImportVAArgExpr) {
567 TEST_P(ImportExpr, ImportBuiltinBitCastExpr) {
576 TEST_P(ImportExpr, CXXTemporaryObjectExpr) {
588 TEST_P(ImportType, ImportAtomicType) {
596 TEST_P(ImportType, ImportBitIntType) {
603 TEST_P(ImportType, ImportDependentBitIntType) {
612 TEST_P(ImportType, ImportDependentAddressSpaceType) {
625 TEST_P(ImportType, ImportVectorType) {
633 TEST_P(ImportType, ImportDependentVectorType) {
652 TEST_P(ImportOpenCLPipe, ImportPipeType) {
665 TEST_P(ImportMatrixType, ImportConstantMatrixType) {
673 TEST_P(ImportMatrixType, ImportDependentSizedMatrixType) {
686 TEST_P(ImportType, ImportUsingType) {
695 TEST_P(ImportDecl, ImportFunctionTemplateDecl) {
701 TEST_P(ImportExpr, ImportCXXDependentScopeMemberExpr) {
723 TEST_P(ImportType, ImportTypeAliasTemplate) {
740 TEST_P(ImportDecl, ImportVarTemplate) {
753 TEST_P(ImportType, ImportPackExpansion) {
766 TEST_P(ImportType, ImportDependentTemplateSpecialization) {
779 TEST_P(ImportType, ImportDeducedTemplateSpecialization) {
792 TEST_P(ImportExpr, ImportSizeOfPackExpr) {
815 TEST_P(ImportExpr, ImportCXXFoldExpr) {
849 TEST_P(ImportExpr, ImportTypeTraitExpr) {
861 TEST_P(ImportExpr, ImportCXXTypeidExpr) {
879 TEST_P(ImportExpr, ImportTypeTraitExprValDep) {
892 TEST_P(ImportDecl, ImportRecordDeclInFunc) {
904 TEST_P(ImportDecl, ImportedVarDeclPreservesThreadLocalStorage) {
910 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordTypeInFunc) {
925 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncParams) {
937 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncFromMacro) {
952 TEST_P(ASTImporterOptionSpecificTestBase,
969 TEST_P(ImportExpr, ImportCXXPseudoDestructorExpr) {
981 TEST_P(ImportDecl, ImportUsingDecl) {
989 TEST_P(ImportDecl, ImportUsingTemplate) {
1001 TEST_P(ImportDecl, ImportUsingEnumDecl) {
1011 TEST_P(ImportDecl, ImportUsingPackDecl) {
1037 TEST_P(ImportDecl, ImportUsingShadowDecl) {
1051 TEST_P(ImportExpr, ImportUnresolvedLookupExpr) {
1063 TEST_P(ImportExpr, ImportCXXUnresolvedConstructExpr) {
1088 TEST_P(ImportDecl, ImportTemplatedDeclForTemplate) {
1102 TEST_P(ImportDecl, ImportClassTemplatePartialSpecialization) {
1116 TEST_P(ImportExpr, CXXOperatorCallExpr) {
1126 TEST_P(ImportExpr, DependentSizedArrayType) {
1136 TEST_P(ImportExpr, DependentSizedExtVectorType) {
1147 TEST_P(ASTImporterOptionSpecificTestBase, ImportUsingPackDecl) {
1172 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTypeParmDeclNoDefaultArg) {
1180 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTypeParmDeclDefaultArg) {
1191 TEST_P(ASTImporterOptionSpecificTestBase, ImportBeginLocOfDeclRefExpr) {
1212 TEST_P(ASTImporterOptionSpecificTestBase,
1224 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTemplateParmDeclDefaultArg) {
1245 TEST_P(ASTImporterOptionSpecificTestBase, NonTypeTemplateParmDeclNoDefaultArg) {
1253 TEST_P(ASTImporterOptionSpecificTestBase, NonTypeTemplateParmDeclDefaultArg) {
1264 TEST_P(ASTImporterOptionSpecificTestBase, TemplateArgumentsDefaulted) {
1284 TEST_P(ASTImporterOptionSpecificTestBase,
1298 TEST_P(ASTImporterOptionSpecificTestBase,
1312 TEST_P(ASTImporterOptionSpecificTestBase,
1328 TEST_P(ASTImporterOptionSpecificTestBase,
1344 TEST_P(ASTImporterOptionSpecificTestBase, ImportCorrectTemplatedDecl) {
1375 TEST_P(ASTImporterOptionSpecificTestBase,
1409 TEST_P(ASTImporterOptionSpecificTestBase, ImportChooseExpr) {
1432 TEST_P(ASTImporterOptionSpecificTestBase, ImportConvertVectorExpr) {
1455 TEST_P(ASTImporterOptionSpecificTestBase, ImportGenericSelectionExpr) {
1485 TEST_P(ASTImporterOptionSpecificTestBase,
1513 TEST_P(ASTImporterOptionSpecificTestBase,
1539 TEST_P(ASTImporterOptionSpecificTestBase,
1565 TEST_P(ASTImporterOptionSpecificTestBase,
1593 TEST_P(ASTImporterOptionSpecificTestBase,
1638 TEST_P(ASTImporterOptionSpecificTestBase,
1665 TEST_P(ASTImporterOptionSpecificTestBase,
1678 TEST_P(ASTImporterOptionSpecificTestBase,
1700 TEST_P(ASTImporterOptionSpecificTestBase,
1725 TEST_P(ASTImporterOptionSpecificTestBase, ShouldImportImplicitCXXRecordDecl) {
1741 TEST_P(ASTImporterOptionSpecificTestBase,
1759 TEST_P(ASTImporterOptionSpecificTestBase,
1780 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOrdinary) {
1792 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOfNonmemberOperator) {
1804 TEST_P(ASTImporterOptionSpecificTestBase,
1824 TEST_P(ASTImporterOptionSpecificTestBase,
1858 TEST_P(ASTImporterOptionSpecificTestBase,
1898 TEST_P(ASTImporterOptionSpecificTestBase,
1941 TEST_P(ASTImporterOptionSpecificTestBase, ImportSourceLocs) {
1971 TEST_P(ASTImporterOptionSpecificTestBase, ImportNestedMacro) {
1988 TEST_P(
2032 TEST_P(ASTImporterOptionSpecificTestBase, ObjectsWithUnnamedStructType) {
2056 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecords) {
2082 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecordsReversed) {
2115 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag) {
2141 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag2) {
2159 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag3) {
2192 TEST_P(ASTImporterOptionSpecificTestBase, ReimportWithUsedFlag) {
2211 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) {
2229 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) {
2247 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) {
2265 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) {
2284 TEST_P(ImportFunctions,
2308 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) {
2333 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) {
2374 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) {
2419 TEST_P(ImportFunctions,
2493 TEST_P(ASTImporterOptionSpecificTestBase,
2530 TEST_P(ASTImporterOptionSpecificTestBase, ImportVariableChainInC) {
2548 TEST_P(ImportFunctions, ImportFromDifferentScopedAnonNamespace) {
2567 TEST_P(ImportFunctions, ImportFunctionFromUnnamedNamespace) {
2590 TEST_P(ImportFunctions, ImportImplicitFunctionsInLambda) {
2610 TEST_P(ImportFunctions,
2632 TEST_P(ImportFunctions,
2662 TEST_P(ImportFunctionTemplates, ImportFunctionTemplateInRecordDeclTwice) {
2681 TEST_P(ImportFunctionTemplates,
2703 TEST_P(ImportFunctionTemplates,
2719 TEST_P(ImportFunctionTemplates,
2737 TEST_P(ImportFunctionTemplates,
2761 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainProto) {
2778 TEST_P(ImportFriendFunctions,
2796 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainDef) {
2813 TEST_P(ImportFriendFunctions,
2831 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainDefWithClass) {
2859 TEST_P(ImportFriendFunctions,
2888 TEST_P(ImportFriendFunctions, ImportFriendFunctionFromMultipleTU) {
2912 TEST_P(ImportFriendFunctions, Lookup) {
2946 TEST_P(ImportFriendFunctions, LookupWithProtoAfter) {
2996 TEST_P(ImportFriendFunctions, LookupWithProtoBefore) {
3039 TEST_P(ImportFriendFunctions, ImportFriendChangesLookup) {
3083 TEST_P(ImportFriendFunctions, ImportFriendList) {
3122 TEST_P(ImportDecl, ImportEnumSequential) {
3161 TEST_P(ImportDecl, ImportFieldOrder) {
3171 TEST_P(ImportExpr, DependentScopeDeclRefExpr) {
3195 TEST_P(ImportExpr, DependentNameType) {
3205 TEST_P(ImportExpr, UnresolvedMemberExpr) {
3278 TEST_P(ImportImplicitMethods, DefaultConstructor) {
3282 TEST_P(ImportImplicitMethods, CopyConstructor) {
3286 TEST_P(ImportImplicitMethods, MoveConstructor) {
3290 TEST_P(ImportImplicitMethods, Destructor) {
3294 TEST_P(ImportImplicitMethods, CopyAssignment) {
3298 TEST_P(ImportImplicitMethods, MoveAssignment) {
3302 TEST_P(ImportImplicitMethods, DoNotImportUserProvided) {
3309 TEST_P(ImportImplicitMethods, DoNotImportDefault) {
3316 TEST_P(ImportImplicitMethods, DoNotImportDeleted) {
3323 TEST_P(ImportImplicitMethods, DoNotImportOtherMethod) {
3330 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentRecord) {
3352 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentRecord) {
3371 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentField) {
3389 TEST_P(ASTImporterOptionSpecificTestBase, ImportBitfields) {
3410 TEST_P(ImportBlock, ImportBlocksAreUnsupported) {
3431 TEST_P(ASTImporterOptionSpecificTestBase, ImportParmVarDecl) {
3455 TEST_P(ASTImporterOptionSpecificTestBase, ImportParmVarDecl_Explicit) {
3473 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentField) {
3492 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentMethod) {
3512 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentMethod) {
3533 TEST_P(ASTImporterOptionSpecificTestBase,
3566 TEST_P(ASTImporterOptionSpecificTestBase, ImportUnnamedFieldsInCorrectOrder) {
3601 TEST_P(ASTImporterOptionSpecificTestBase,
3647 TEST_P(ASTImporterOptionSpecificTestBase,
3689 TEST_P(ASTImporterOptionSpecificTestBase, MergeTemplateSpecWithForwardDecl) {
3708 TEST_P(ASTImporterOptionSpecificTestBase,
3753 TEST_P(ASTImporterOptionSpecificTestBase,
3795 TEST_P(ASTImporterOptionSpecificTestBase, ClassTemplateFriendDecl) {
3815 TEST_P(ASTImporterOptionSpecificTestBase,
3842 TEST_P(ASTImporterOptionSpecificTestBase,
3867 TEST_P(ASTImporterOptionSpecificTestBase,
3900 TEST_P(ASTImporterOptionSpecificTestBase,
3922 TEST_P(ImportVariables, ImportOfOneDeclBringsInTheWholeChain) {
3947 TEST_P(ImportVariables, InitAndDefinitionAreInDifferentTUs) {
3978 TEST_P(ImportVariables, InitAndDefinitionAreInTheFromContext) {
4009 TEST_P(ImportVariables, ImportBindingDecl) {
4055 TEST_P(ImportVariables, ImportDecompositionDeclArray) {
4083 TEST_P(ImportClasses, ImportDefinitionWhenProtoIsInNestedToContext) {
4101 TEST_P(ImportClasses, ImportDefinitionWhenProtoIsInNestedToContextCXX) {
4119 TEST_P(ImportClasses, ImportNestedPrototypeThenDefinition) {
4214 TEST_P(ImportFriendClasses, ImportOfFriendRecordDoesNotMergeDefinition) {
4252 TEST_P(ImportFriendClasses, ImportOfRecursiveFriendClass) {
4269 TEST_P(ImportFriendClasses, UndeclaredFriendClassShouldNotBeVisible) {
4308 TEST_P(ImportFriendClasses, ImportOfRecursiveFriendClassTemplate) {
4320 TEST_P(ImportFriendClasses,
4332 TEST_P(ImportFriendClasses, ProperPrevDeclForClassTemplateDecls) {
4366 TEST_P(ImportFriendClasses, TypeForDeclShouldBeSetInTemplated) {
4394 TEST_P(ImportFriendClasses, DeclsFromFriendsShouldBeInRedeclChains) {
4404 TEST_P(ImportFriendClasses, SkipComparingFriendTemplateDepth) {
4456 TEST_P(ImportFriendClasses,
4486 TEST_P(ImportFriendClasses,
4517 TEST_P(ImportFriendClasses, ImportOfClassDefinitionAndFwdFriendShouldBeLinked) {
4545 TEST_P(ImportFriendClasses,
4572 TEST_P(ImportFriendClasses,
4595 TEST_P(ImportFriendClasses,
4625 TEST_P(ImportFriendClasses,
4651 TEST_P(ImportFriendClasses,
4678 TEST_P(ImportFriendClasses,
4701 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendType) {
4712 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendDecl) {
4723 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendFunctionTemplateDecl) {
4735 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendClassTemplateDecl) {
4747 TEST_P(ASTImporterOptionSpecificTestBase, FriendFunInClassTemplate) {
4767 TEST_P(DeclContextTest, removeDeclOfClassTemplateSpecialization) {
4794 TEST_P(DeclContextTest,
4835 TEST_P(ImportFunctionTemplateSpecializations,
4859 TEST_P(ImportFunctionTemplateSpecializations,
4882 TEST_P(ImportFunctionTemplateSpecializations,
4906 TEST_P(ImportFunctionTemplateSpecializations,
4947 TEST_P(ImportFunctionTemplateSpecializations,
4970 TEST_P(ASTImporterOptionSpecificTestBase,
5009 TEST_P(ASTImporterOptionSpecificTestBase,
5042 TEST_P(ASTImporterOptionSpecificTestBase, ImportTemplateParameterLists) {
5067 TEST_P(ASTImporterOptionSpecificTestBase,
5090 TEST_P(ASTImporterOptionSpecificTestBase, ClassTemplateParameterDeclContext) {
5126 TEST_P(ASTImporterOptionSpecificTestBase,
5193 TEST_P(ASTImporterOptionSpecificTestBase, RecordVarTemplateDecl) {
5224 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateDeclConflict) {
5245 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateStaticDefinition) {
5277 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateSpecializationDeclValue) {
5304 TEST_P(ASTImporterOptionSpecificTestBase,
5329 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateDeclInlineWithCXX17) {
5357 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateParameterDeclContext) {
5426 TEST_P(ASTImporterOptionSpecificTestBase,
5463 TEST_P(ASTImporterOptionSpecificTestBase, ImportSubstTemplateTypeParmType) {
5504 TEST_P(ASTImporterOptionSpecificTestBase, ImportSubstTemplateTypeParmPackType) {
5554 TEST_P(ASTImporterLookupTableTest, OneDecl) {
5572 TEST_P(ASTImporterLookupTableTest,
5613 TEST_P(ASTImporterLookupTableTest,
5649 TEST_P(ASTImporterLookupTableTest, LookupFindsNamesInDifferentDC) {
5679 TEST_P(ASTImporterLookupTableTest, LookupFindsOverloadedNames) {
5698 TEST_P(ASTImporterLookupTableTest,
5726 TEST_P(ASTImporterLookupTableTest, LookupDeclNamesFromDifferentTUs) {
5758 TEST_P(ASTImporterLookupTableTest,
5783 TEST_P(ASTImporterLookupTableTest,
5808 TEST_P(ASTImporterLookupTableTest,
5829 TEST_P(ASTImporterLookupTableTest,
5862 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendClassTemplateDecl) {
5879 TEST_P(ASTImporterLookupTableTest, DependentFriendClass) {
5902 TEST_P(ASTImporterLookupTableTest, FriendClassTemplateSpecialization) {
5925 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendFunctionDecl) {
5941 TEST_P(ASTImporterLookupTableTest,
5990 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendFunctionTemplateDecl) {
6007 TEST_P(ASTImporterLookupTableTest, MultipleBefriendingClasses) {
6036 TEST_P(ASTImporterLookupTableTest, EnumConstantDecl) {
6075 TEST_P(ASTImporterLookupTableTest, LookupSearchesInActualNamespaceOnly) {
6099 TEST_P(ASTImporterOptionSpecificTestBase,
6140 TEST_P(ImportFriendFunctionTemplates, LookupShouldFindPreviousFriend) {
6163 TEST_P(ImportFriendFunctionTemplates, ImportFriendFunctionInsideClassTemplate) {
6223 TEST_P(ErrorHandlingTest, ErrorHappensBeforeCreatingANewNode) {
6260 TEST_P(ErrorHandlingTest,
6286 TEST_P(ErrorHandlingTest, ErrorHappensAfterNodeIsCreatedAndLinked) {
6321 TEST_P(ErrorHandlingTest, ErrorIsPropagatedFromMemberToClass) {
6367 TEST_P(ErrorHandlingTest, ErrorPropagatesThroughImportCycles) {
6448 TEST_P(ErrorHandlingTest, ErrorIsNotPropagatedFromMemberToNamespace) {
6488 TEST_P(ErrorHandlingTest, ODRViolationWithinTypedefDecls) {
6524 TEST_P(ErrorHandlingTest,
6596 TEST_P(ErrorHandlingTest, ImportOfOverriddenMethods) {
6641 TEST_P(ErrorHandlingTest, ODRViolationWithinParmVarDecls) {
6668 TEST_P(ErrorHandlingTest, DoNotInheritErrorFromNonDependentChild) {
6715 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionBody) {
6736 TEST_P(ASTImporterOptionSpecificTestBase,
6753 TEST_P(ASTImporterOptionSpecificTestBase,
6770 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionParam) {
6790 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInGlobalScope) {
6806 TEST_P(ASTImporterOptionSpecificTestBase,
6864 TEST_P(LLDBLookupTest, ImporterShouldFindInTransparentContext) {
6897 TEST_P(SVEBuiltins, ImportTypes) {
6920 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfDefaultImplicitFunctions) {
6946 TEST_P(ASTImporterOptionSpecificTestBase,
6978 TEST_P(ASTImporterOptionSpecificTestBase, LambdasAreDifferentiated) {
6999 TEST_P(ASTImporterOptionSpecificTestBase,
7019 TEST_P(ASTImporterOptionSpecificTestBase,
7042 TEST_P(ASTImporterOptionSpecificTestBase, ImportAssignedLambda) {
7065 TEST_P(ASTImporterOptionSpecificTestBase, ImportDefaultConstructibleLambdas) {
7089 TEST_P(ASTImporterOptionSpecificTestBase,
7153 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate1) {
7165 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate2) {
7177 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate3) {
7191 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate4) {
7205 TEST_P(ImportAutoFunctions, ReturnWithVarTemplate1) {
7216 TEST_P(ImportAutoFunctions, ReturnWithVarTemplate2) {
7228 TEST_P(ImportAutoFunctions, ReturnWithVarTemplate3) {
7240 TEST_P(ImportAutoFunctions, ReturnWithAutoUnresolvedArg) {
7250 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithTemplateTemplateArg) {
7262 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithDeclarationTemplateArg) {
7274 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithNullPtrTemplateArg) {
7285 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithIntegralTemplateArg) {
7297 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithDecltypeTypeDeclaredInside) {
7309 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithUsingTypeDeclaredInside) {
7321 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithArrayTypeDeclaredInside) {
7332 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithArraySizeExprDeclaredInside) {
7343 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithPackArgDeclaredInside) {
7354 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithIntegerArgDeclaredInside) {
7365 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithPtrToStructDeclaredInside) {
7376 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithRefToStructDeclaredInside) {
7388 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithStructDeclaredInside1) {
7399 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithStructDeclaredInside2) {
7410 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithTypedefDeclaredInside) {
7422 TEST_P(ImportAutoFunctions, ReturnWithTypedefDeclaredInside) {
7457 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredInside) {
7467 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredInside2) {
7485 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredInside3) {
7507 TEST_P(ImportAutoFunctions, ReturnWithTypedefToStructDeclaredInside) {
7518 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredNestedInside) {
7528 TEST_P(ImportAutoFunctions, ReturnWithInternalLambdaType) {
7542 TEST_P(ImportAutoFunctions, ReturnWithTypeInIf) {
7555 TEST_P(ImportAutoFunctions, ReturnWithTypeInFor) {
7566 TEST_P(ImportAutoFunctions, ReturnWithTypeInSwitch) {
7579 TEST_P(ImportAutoFunctions, ReturnWithAutoTemplateType) {
7593 TEST_P(ImportAutoFunctions, ReturnWithSubstNonTypeTemplateParmExpr) {
7613 TEST_P(ImportAutoFunctions, ReturnWithUnaryTransformType) {
7634 TEST_P(ImportSourceLocations, PreserveFileIDTreeStructure) {
7674 TEST_P(ImportSourceLocations, NormalFileBuffer) {
7696 TEST_P(ImportSourceLocations, OverwrittenFileBuffer) {
7807 TEST_P(ImportAttributes, ImportAligned) {
7825 TEST_P(ImportAttributes, ImportAlignValue) {
7835 TEST_P(ImportAttributes, ImportFormat) {
7849 TEST_P(ImportAttributes, ImportEnableIf) {
7858 TEST_P(ImportAttributes, ImportGuardedVar) {
7864 TEST_P(ImportAttributes, ImportPtGuardedVar) {
7870 TEST_P(ImportAttributes, ImportScopedLockable) {
7876 TEST_P(ImportAttributes, ImportCapability) {
7883 TEST_P(ImportAttributes, ImportAssertCapability) {
7891 TEST_P(ImportAttributes, ImportAcquireCapability) {
7899 TEST_P(ImportAttributes, ImportTryAcquireCapability) {
7909 TEST_P(ImportAttributes, ImportReleaseCapability) {
7917 TEST_P(ImportAttributes, ImportRequiresCapability) {
7925 TEST_P(ImportAttributes, ImportNoThreadSafetyAnalysis) {
7932 TEST_P(ImportAttributes, ImportGuardedBy) {
7943 TEST_P(ImportAttributes, ImportPtGuardedBy) {
7954 TEST_P(ImportAttributes, ImportAcquiredAfter) {
7967 TEST_P(ImportAttributes, ImportAcquiredBefore) {
7980 TEST_P(ImportAttributes, ImportAssertExclusiveLock) {
7988 TEST_P(ImportAttributes, ImportAssertSharedLock) {
7996 TEST_P(ImportAttributes, ImportExclusiveTrylockFunction) {
8006 TEST_P(ImportAttributes, ImportSharedTrylockFunction) {
8016 TEST_P(ImportAttributes, ImportLockReturned) {
8024 TEST_P(ImportAttributes, ImportLocksExcluded) {
8032 TEST_P(ImportAttributes, ImportC99NoThrowAttr) {
8079 TEST_P(ImportWithExternalSource, CompleteRecordBeforeImporting) {
8113 TEST_P(ImportFunctions, CTADImplicit) {
8136 TEST_P(ImportFunctions, CTADUserDefinedExplicit) {
8160 TEST_P(ImportFunctions, CTADWithLocalTypedef) {
8176 TEST_P(ImportFunctions, CTADAliasTemplate) {
8196 TEST_P(ImportFunctions, ParmVarDeclDeclContext) {
8218 TEST_P(CTAD, DeductionGuideShouldReferToANonLocalTypedef) {
8238 TEST_P(CTAD, DeductionGuideShouldReferToANonLocalTypedefInParamPtr) {
8261 TEST_P(CTAD, DeductionGuideShouldCopyALocalTypedef) {
8282 TEST_P(ASTImporterOptionSpecificTestBase, TypedefWithAttribute) {
8300 TEST_P(ASTImporterOptionSpecificTestBase,
8335 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfCapturedVLAType) {
8354 TEST_P(ASTImporterOptionSpecificTestBase, ImportEnumMemberSpecialization) {
8376 TEST_P(ASTImporterOptionSpecificTestBase, ImportIsInheritingConstructorBit) {
8400 TEST_P(ASTImporterOptionSpecificTestBase, ImportConstructorUsingShadow) {
8455 TEST_P(ASTImporterOptionSpecificTestBase,
8501 TEST_P(ASTImporterOptionSpecificTestBase,
8620 TEST_P(ASTImporterOptionSpecificTestBase, ImportUsingShadowList) {
8659 TEST_P(ASTImporterOptionSpecificTestBase, ImportDeductionGuide) {
8722 TEST_P(ASTImporterOptionSpecificTestBase, ImportDeductionGuideDifferentOrder) {
8792 TEST_P(ASTImporterOptionSpecificTestBase,
8813 TEST_P(ASTImporterOptionSpecificTestBase,
8852 TEST_P(ASTImporterOptionSpecificTestBase,
8875 TEST_P(ASTImporterOptionSpecificTestBase,
8903 TEST_P(ASTImporterOptionSpecificTestBase, ImportInClassInitializerFromField) {
8943 TEST_P(ASTImporterOptionSpecificTestBase,
8989 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecursiveFieldInitializer) {
9018 TEST_P(ASTImporterOptionSpecificTestBase, ImportFieldInitializerWithItself) {
9033 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecursiveFieldInitializer1) {
9066 TEST_P(ASTImporterOptionSpecificTestBase, isNewDecl) {
9203 TEST_P(ImportInjectedClassNameType, ImportADef) {
9211 TEST_P(ImportInjectedClassNameType, ImportAFirst) {
9219 TEST_P(ImportInjectedClassNameType, ImportALast) {
9227 TEST_P(ImportInjectedClassNameType, ImportADefToDef) {
9235 TEST_P(ImportInjectedClassNameType, ImportAFirstToDef) {
9243 TEST_P(ImportInjectedClassNameType, ImportALastToDef) {
9251 TEST_P(ImportInjectedClassNameType, ImportCDef) {
9259 TEST_P(ImportInjectedClassNameType, ImportCLast) {
9267 TEST_P(ImportInjectedClassNameType, ImportCDefToDef) {
9275 TEST_P(ImportInjectedClassNameType, ImportCLastToDef) {
9283 TEST_P(ImportInjectedClassNameType, ImportD) {
9291 TEST_P(ImportInjectedClassNameType, ImportDToDef) {
9299 TEST_P(ImportInjectedClassNameType, ImportTypedefType) {
9339 TEST_P(ASTImporterOptionSpecificTestBase, ImportMacroQualifiedType) {
9357 TEST_P(ASTImporterOptionSpecificTestBase, ImportCorrectTemplateName) {
9417 TEST_P(ASTImporterOptionSpecificTestBase, VaListC) {
9435 TEST_P(ASTImporterOptionSpecificTestBase, VaListCpp) {
9453 TEST_P(ASTImporterOptionSpecificTestBase, ImportExistingTypedefToRecord) {
9475 TEST_P(ASTImporterOptionSpecificTestBase,
9500 TEST_P(ASTImporterOptionSpecificTestBase, ImportTwoTypedefsToUnnamedRecord) {
9528 TEST_P(ASTImporterOptionSpecificTestBase,
9562 TEST_P(ASTImporterOptionSpecificTestBase,
9590 TEST_P(ASTImporterOptionSpecificTestBase,
9648 TEST_P(ASTImporterOptionSpecificTestBase,
9672 TEST_P(ASTImporterOptionSpecificTestBase, ImportConflictTypeAliasTemplate) {
9705 TEST_P(ASTImporterOptionSpecificTestBase, ImportInstantiatedFromMember) {
9735 TEST_P(ASTImporterOptionSpecificTestBase, ImportAnonymousEnums) {
9755 TEST_P(ASTImporterOptionSpecificTestBase, ImportFreeStandingAnonymousEnums) {
9775 TEST_P(ASTImporterOptionSpecificTestBase, ImportExistingAnonymousEnums) {
9808 TEST_P(ASTImporterOptionSpecificTestBase, ImportExistingEmptyAnonymousEnums) {
9837 TEST_P(ASTImporterOptionSpecificTestBase, ImportMultipleAnonymousEnumDecls) {
9989 TEST_P(ImportTemplateParmDeclDefaultValue, InvisibleInheritedFrom) {
10027 TEST_P(ImportTemplateParmDeclDefaultValue, DefValImportError) {
10055 TEST_P(ImportTemplateParmDeclDefaultValue, ImportFunctionTemplate) {
10064 TEST_P(ImportTemplateParmDeclDefaultValue, ImportExistingFunctionTemplate) {
10076 TEST_P(ImportTemplateParmDeclDefaultValue, ImportClassTemplate) {
10085 TEST_P(ImportTemplateParmDeclDefaultValue, ImportExistingClassTemplate) {
10097 TEST_P(ImportTemplateParmDeclDefaultValue, ImportVarTemplate) {
10106 TEST_P(ImportTemplateParmDeclDefaultValue, ImportExistingVarTemplate) {
10118 TEST_P(ImportTemplateParmDeclDefaultValue,
10153 TEST_P(ImportTemplateParmDeclDefaultValue,
10187 TEST_P(ImportTemplateParmDeclDefaultValue,
10222 TEST_P(ASTImporterOptionSpecificTestBase, ImportIntoReopenedNamespaceNoMatch1) {
10245 TEST_P(ASTImporterOptionSpecificTestBase, ImportIntoReopenedNamespaceNoMatch2) {
10268 TEST_P(ASTImporterOptionSpecificTestBase, ImportIntoReopenedNamespaceMatch1) {
10293 TEST_P(ASTImporterOptionSpecificTestBase, ImportIntoReopenedNamespaceMatch2) {
10318 TEST_P(ASTImporterLookupTableTest, PrimaryDCChangeAtImport) {
10367 TEST_P(ASTImporterOptionSpecificTestBase,
10419 TEST_P(ASTImporterOptionSpecificTestBase,