Searched refs:getCodeBlock (Results 1 – 3 of 3) sorted by relevance
156 if (decl->getCodeBlock() && in generateConstraintAndRewrites()246 os << " " << decl->getCodeBlock()->trim() << "\n}\n\n"; in generateConstraintOrRewrite()
930 std::optional<StringRef> getCodeBlock() const { return codeBlock; } in getCodeBlock() function1136 std::optional<StringRef> getCodeBlock() const { return codeBlock; } in getCodeBlock() function1223 std::optional<StringRef> getCodeBlock() const { in getCodeBlock() function1225 return cst->getCodeBlock(); in getCodeBlock()1226 return cast<UserRewriteDecl>(this)->getCodeBlock(); in getCodeBlock()
304 if (std::optional<StringRef> codeBlock = decl->getCodeBlock()) { in printImpl()357 if (std::optional<StringRef> codeBlock = decl->getCodeBlock()) { in printImpl()