Lines Matching refs:IndirectLocalPath
7195 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef
7198 IndirectLocalPath &Path;
7200 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()
7204 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,
7208 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()
7215 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()
7222 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,
7227 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path,
7313 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()
7409 static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call, in visitLifetimeBoundArguments()
7458 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path, in visitLocalsRetainedByReferenceBinding()
7586 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path, in visitLocalsRetainedByInitializer()
7623 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool { in visitLocalsRetainedByInitializer()
7874 shouldLifetimeExtendThroughPath(const IndirectLocalPath &Path) { in shouldLifetimeExtendThroughPath()
7886 static SourceRange nextPathEntryRange(const IndirectLocalPath &Path, unsigned I, in nextPathEntryRange()
7916 static bool pathOnlyInitializesGslPointer(IndirectLocalPath &Path) { in pathOnlyInitializesGslPointer()
7941 auto TemporaryVisitor = [&](IndirectLocalPath &Path, Local L, in checkInitializerLifetime()