Lines Matching refs:IndirectLocalPath
6867 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef
6870 IndirectLocalPath &Path;
6872 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()
6876 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,
6880 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()
6887 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()
6894 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,
6899 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path,
6985 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()
7081 static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call, in visitLifetimeBoundArguments()
7130 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path, in visitLocalsRetainedByReferenceBinding()
7258 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path, in visitLocalsRetainedByInitializer()
7295 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool { in visitLocalsRetainedByInitializer()
7546 shouldLifetimeExtendThroughPath(const IndirectLocalPath &Path) { in shouldLifetimeExtendThroughPath()
7558 static SourceRange nextPathEntryRange(const IndirectLocalPath &Path, unsigned I, in nextPathEntryRange()
7588 static bool pathOnlyInitializesGslPointer(IndirectLocalPath &Path) { in pathOnlyInitializesGslPointer()
7613 auto TemporaryVisitor = [&](IndirectLocalPath &Path, Local L, in checkInitializerLifetime()