Home
last modified time | relevance | path

Searched refs:StorageDuration (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h296 enum StorageDuration { enum
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3134 StorageDuration getStorageDuration() const;
H A DDecl.h1144 StorageDuration getStorageDuration() const { in getStorageDuration()
H A DExprCXX.h4487 StorageDuration getStorageDuration() const { in getStorageDuration()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2942 StorageDuration LifetimeExtendedTemporaryDecl::getStorageDuration() const { in getStorageDuration()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp379 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp294 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup()