Searched refs:IndirectLocalPath (Results 1 – 1 of 1) sorted by relevance
223 using IndirectLocalPath = llvm::SmallVectorImpl<IndirectLocalPathEntry>; typedef226 IndirectLocalPath &Path;228 RevertToOldSizeRAII(IndirectLocalPath &Path) : Path(Path) {} in RevertToOldSizeRAII()232 using LocalVisitor = llvm::function_ref<bool(IndirectLocalPath &Path, Local L,236 static bool isVarOnPath(const IndirectLocalPath &Path, VarDecl *VD) { in isVarOnPath()243 static bool pathContainsInit(const IndirectLocalPath &Path) { in pathContainsInit()250 static void visitLocalsRetainedByInitializer(IndirectLocalPath &Path,254 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path,561 static void visitFunctionCallArguments(IndirectLocalPath &Path, Expr *Call, in visitFunctionCallArguments()698 static void visitLocalsRetainedByReferenceBinding(IndirectLocalPath &Path, in visitLocalsRetainedByReferenceBinding()[all …]