Home
last modified time | relevance | path

Searched refs:IndirectLocalPath (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp7195 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()
[all …]