Searched refs:IndirectLocalPath (Results 1 – 1 of 1) sorted by relevance
211 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef214 IndirectLocalPath &Path;216 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()220 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,224 static bool isVarOnPath(IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()231 static bool pathContainsInit(IndirectLocalPath &Path) { in pathContainsInit()238 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,243 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path,329 static void handleGslAnnotatedTypes(IndirectLocalPath &Path, Expr *Call, in handleGslAnnotatedTypes()426 static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call, in visitLifetimeBoundArguments()[all …]