Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp160 const FunctionDecl *EnclosingFunction = nullptr; global() member
289 computeEnclosingFuncRange(const FunctionDecl * EnclosingFunction,const SourceManager & SM,const LangOptions & LangOpts) computeEnclosingFuncRange() argument
[all...]
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp213 for (StringRef EnclosingFunction : RawStringFormat.EnclosingFunctions) RawStringFormatStyleManager() local
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp405 if (const auto *EnclosingFunction = Parent->get<FunctionDecl>()) { in lookupSiblingWithinEnclosingScope() local