Lines Matching refs:IndirectLocalPath
7336 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef
7339 IndirectLocalPath &Path;
7341 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()
7345 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,
7349 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()
7356 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()
7363 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,
7368 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path,
7455 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()
7551 static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call, in visitLifetimeBoundArguments()
7618 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path, in visitLocalsRetainedByReferenceBinding()
7746 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path, in visitLocalsRetainedByInitializer()
7783 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool { in visitLocalsRetainedByInitializer()
8034 shouldLifetimeExtendThroughPath(const IndirectLocalPath &Path) { in shouldLifetimeExtendThroughPath()
8046 static SourceRange nextPathEntryRange(const IndirectLocalPath &Path, unsigned I, in nextPathEntryRange()
8076 static bool pathOnlyInitializesGslPointer(IndirectLocalPath &Path) { in pathOnlyInitializesGslPointer()
8101 auto TemporaryVisitor = [&](IndirectLocalPath &Path, Local L, in checkInitializerLifetime()