Home
last modified time | relevance | path

Searched defs:EnclosingFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp161 const FunctionDecl *EnclosingFunction = nullptr; member
281 computeEnclosingFuncRange(const FunctionDecl *EnclosingFunction, in computeEnclosingFuncRange()
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp203 for (StringRef EnclosingFunction : RawStringFormat.EnclosingFunctions) in RawStringFormatStyleManager() local
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp367 if (const auto *EnclosingFunction = Parent->get<FunctionDecl>()) { in lookupSiblingWithinEnclosingScope() local