Searched refs:FunctionDeclKind (Results 1 – 1 of 1) sorted by relevance
93 enum FunctionDeclKind { enum373 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()