Searched refs:getStorageDuration (Results 1 – 22 of 22) sorted by relevance
56 MTE->getStorageDuration() != SD_FullExpression)) { in createMaterializedTemporaryFromLayers()63 if (MTE->getStorageDuration() != SD_FullExpression) { in createMaterializedTemporaryFromLayers()
4985 ExternallyDestructed = (MTE->getStorageDuration() != SD_FullExpression); in VisitForTemporaryDtors()
287 assert(MTE->getStorageDuration() != SD_FullExpression); in computeObjectUnderConstruction()298 if (MTE->getStorageDuration() == SD_Static || in computeObjectUnderConstruction()299 MTE->getStorageDuration() == SD_Thread) in computeObjectUnderConstruction()
390 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded()
4344 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER()4364 return Node.getStorageDuration() == SD_Static; in AST_MATCHER()4380 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
2993 StorageDuration LifetimeExtendedTemporaryDecl::getStorageDuration() const { in getStorageDuration() function in LifetimeExtendedTemporaryDecl3006 return cast<VarDecl>(ExtendingDecl)->getStorageDuration(); in getStorageDuration()3010 assert(getStorageDuration() == SD_Static && in getOrCreateValue()
1176 if (!MTE || MTE->getStorageDuration() == SD_FullExpression) in getLVForValue()
1452 switch (MTE->getStorageDuration()) { in VisitMaterializeTemporaryExpr()
2002 return cast<MaterializeTemporaryExpr>(E)->getStorageDuration() == SD_Static; in IsGlobalLValue()4147 assert(MTE->getStorageDuration() == SD_Static && in findCompleteObject()8369 if (E->getStorageDuration() == SD_Static) { in VisitMaterializeTemporaryExpr()8377 E->getStorageDuration() == SD_FullExpression ? ScopeKind::FullExpression in VisitMaterializeTemporaryExpr()
575 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
8678 if (MTE->getStorageDuration() == SD_Automatic && in Perform()
8309 assert(cast<VarDecl>(D)->getStorageDuration() == SD_Automatic && in handleUninitializedAttr()
1337 if (VD && VD->getStorageDuration() == SD_Static && in getDSA()1349 if (VD && VD->getStorageDuration() == SD_Static && in getDSA()
2187 VD->getStorageDuration() == SD_Static) in SetCommonAttributes()3073 VD->getStorageDuration() == SD_Static) in MustBeEmitted()6001 assert((E->getStorageDuration() == SD_Static || in GetAddrOfGlobalTemporary()6002 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()6042 if (E->getStorageDuration() == SD_Static && VD && VD->evaluateValue()) { in GetAddrOfGlobalTemporary()
293 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup()350 switch (M->getStorageDuration()) { in pushTemporaryCleanup()394 switch (M->getStorageDuration()) { in createReferenceTemporary()527 switch (M->getStorageDuration()) { in EmitMaterializeTemporaryExpr()
2062 assert(E->getStorageDuration() == SD_Static); in VisitMaterializeTemporaryExpr()
199 if (D.getStorageDuration() != SD_Automatic) { in EmitVarDecl()
1044 if (D->getStorageDuration() == SD_Static) { in VisitVarDecl()1099 D->getStorageDuration() != SD_Static && in VisitVarDecl()
1611 if (VD->getStorageDuration() == SD_Static && Record.readInt()) { in VisitVarDeclImpl()
4587 StorageDuration getStorageDuration() const { in getStorageDuration() function4590 ->getStorageDuration(); in getStorageDuration()
3182 StorageDuration getStorageDuration() const;
1188 StorageDuration getStorageDuration() const { in getStorageDuration() function