Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp6867 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef
6870 IndirectLocalPath &Path;
6872 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()
6880 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()
6887 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()
6894 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,
6985 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()
7258 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path, in visitLocalsRetainedByInitializer()
7546 shouldLifetimeExtendThroughPath(const IndirectLocalPath &Path) { in shouldLifetimeExtendThroughPath()
7588 static bool pathOnlyInitializesGslPointer(IndirectLocalPath &Path) { in pathOnlyInitializesGslPointer()
[all …]