Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp6806 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()
[all …]