Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7336 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef
7339 IndirectLocalPath &Path;
7341 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()
7349 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()
7356 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()
7363 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,
7455 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()
7746 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path, in visitLocalsRetainedByInitializer()
8034 shouldLifetimeExtendThroughPath(const IndirectLocalPath &Path) { in shouldLifetimeExtendThroughPath()
8076 static bool pathOnlyInitializesGslPointer(IndirectLocalPath &Path) { in pathOnlyInitializesGslPointer()
[all …]