Lines Matching refs:IndirectLocalPath

6806 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>;  typedef
6809 IndirectLocalPath &Path;
6811 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()
6815 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,
6819 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()
6826 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()
6833 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,
6838 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path,
6924 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()
7020 static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call, in visitLifetimeBoundArguments()
7069 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path, in visitLocalsRetainedByReferenceBinding()
7197 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path, in visitLocalsRetainedByInitializer()
7234 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool { in visitLocalsRetainedByInitializer()
7485 shouldLifetimeExtendThroughPath(const IndirectLocalPath &Path) { in shouldLifetimeExtendThroughPath()
7497 static SourceRange nextPathEntryRange(const IndirectLocalPath &Path, unsigned I, in nextPathEntryRange()
7527 static bool pathOnlyInitializesGslPointer(IndirectLocalPath &Path) { in pathOnlyInitializesGslPointer()
7552 auto TemporaryVisitor = [&](IndirectLocalPath &Path, Local L, in checkInitializerLifetime()