Lines Matching defs:ImportAttributes
7730 struct ImportAttributes : public ASTImporterOptionSpecificTestBase {
7800 void ImportAttributes::checkImported<Decl>(const Decl *From, const Decl *To) {
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) {
10546 INSTANTIATE_TEST_SUITE_P(ParameterizedTests, ImportAttributes,