Searched refs:getStorageDuration (Results 1 – 12 of 12) sorted by relevance
2560 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER()2576 return Node.getStorageDuration() == SD_Static; in AST_MATCHER()2592 return Node.getStorageDuration() == SD_Thread; in AST_MATCHER()
500 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
6326 (MTE->getStorageDuration() == SD_Automatic && in Perform()
3263 assert((E->getStorageDuration() == SD_Static || in GetAddrOfGlobalTemporary()3264 E->getStorageDuration() == SD_Thread) && "not a global temporary"); in GetAddrOfGlobalTemporary()3287 if (E->getStorageDuration() == SD_Static) { in GetAddrOfGlobalTemporary()
218 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup()275 switch (M->getStorageDuration()) { in pushTemporaryCleanup()317 switch (M->getStorageDuration()) { in createReferenceTemporary()
1099 assert(MTE->getStorageDuration() == SD_Static); in EmitLValue()
3958 StorageDuration getStorageDuration() const { in getStorageDuration() function3966 return cast<VarDecl>(ExtendingDecl)->getStorageDuration(); in getStorageDuration()
928 StorageDuration getStorageDuration() const { in getStorageDuration() function
1283 return cast<MaterializeTemporaryExpr>(E)->getStorageDuration() == SD_Static; in IsGlobalLValue()2711 assert(MTE->getStorageDuration() == SD_Static && in findCompleteObject()4677 if (E->getStorageDuration() == SD_Static) { in VisitMaterializeTemporaryExpr()4683 createTemporary(E, E->getStorageDuration() == SD_Automatic); in VisitMaterializeTemporaryExpr()4691 (E->getStorageDuration() == SD_Static && in VisitMaterializeTemporaryExpr()
8665 assert(E && E->getStorageDuration() == SD_Static && in getMaterializedTemporaryValue()
227 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded()
3653 BindToTemporary = (MTE->getStorageDuration() != SD_FullExpression); in VisitForTemporaryDtors()