Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp93 enum FunctionDeclKind { enum
373 std::string renderDeclaration(FunctionDeclKind K,
382 std::string renderSpecifiers(FunctionDeclKind K) const;
384 std::string renderDeclarationName(FunctionDeclKind K) const;
414 std::string NewFunction::renderSpecifiers(FunctionDeclKind K) const { in renderSpecifiers()
417 if (Static && K != FunctionDeclKind::OutOfLineDefinition) { in renderSpecifiers()
446 std::string NewFunction::renderDeclarationName(FunctionDeclKind K) const { in renderDeclarationName()
464 std::string NewFunction::renderDeclaration(FunctionDeclKind K, in renderDeclaration()
822 FunctionDeclKind DeclKind = InlineDefinition; in createFunctionDefinition()